-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.6 KB
/
DESCRIPTION
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: dsem
Type: Package
Title: Fit Dynamic Structural Equation Models
Version: 1.5.0
Date: 2025-02-10
Authors@R:
c(person(given = "James",
family = "Thorson",
role = c("aut", "cre"),
email = "James.Thorson@noaa.gov",
comment = c(ORCID = "0000-0001-7415-1010")),
person(given = "Maurice",
family = "Goodman",
role = c("ctb"),
email = "goodman.maurice@gmail.com",
comment = c(ORCID = "0000-0002-6874-2313")),
person(given = "Wouter",
family = "van der Bijl",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7366-1868", "template for d-separation test"))
)
Imports:
TMB,
Matrix,
sem,
igraph,
utils,
RTMB (>= 1.7.0),
ggraph,
ggplot2,
grid,
methods,
stats,
ggm
Depends:
R (>= 4.0.0),
Suggests:
knitr,
AER,
phylopath,
rmarkdown,
reshape,
gridExtra,
dynlm,
MARSS,
ggpubr,
vars,
testthat,
DHARMa
Enhances:
rstan,
tmbstan
LinkingTo:
TMB,
RcppEigen
Description: Applies dynamic structural equation models to time-series data
with generic and simplified specification for simultaneous and lagged
effects. Methods are described in Thorson et al. (2024)
"Dynamic structural equation models synthesize ecosystem dynamics
constrained by ecological mechanisms."
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LazyData: true
URL: https://james-thorson-noaa.github.io/dsem/
BugReports: https://github.com/James-Thorson-NOAA/dsem/issues