-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·30 lines (30 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
executable file
·30 lines (30 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: MAR1
Type: Package
Title: Multivariate Autoregressive Modeling for Analysis of Community Time-Series Data
Version: 2.3
Date: 2023-06-02
Authors@R:
c(person("Elizabeth Eli", "Holmes", , "eli.holmes@noaa.gov", role = c("cre", "ctb"),
comment = c(ORCID = "0000-0001-9128-8393")),
person("Lindsay P.", "Scheef", , "scheef@utexas.edu", role = c("aut", "cph")))
Description: The MAR1 package provides basic tools for preparing
ecological community time-series data for MAR modeling,
building MAR-1 models via model selection and bootstrapping,
and visualizing and exporting model results. It is intended to
make MAR analysis sensu Ives et al. (2003) Analysis of
community stability and ecological interactions from
time-series data) a more accessible tool for anyone studying
community dynamics. The user need not necessarily be familiar
with time-series modeling or command-based statistics programs
such as R.
URL: https://atsa-es.github.io/MAR1/
BugReports: https://github.com/atsa-es/MAR1/issues
License: GPL-2
Depends: R (>= 4.0.0), leaps, bestglm, stats, tcltk
Suggests:
knitr,
MARSS (>= 3.11.0),
rmarkdown
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.2.3