-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.23 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
Package: dbmm
Title: Dynamic Bayesian Measurement models
Description: Use cmdstan to fit dynamic measurement models, including dynamic group-level item response theory (DGIRT) and dynamic mixed factor analysis (DMFA) models
Version: 0.0.1
Authors@R:
c(person("Devin", "Caughey", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6419-6805")),
person("Elissa", "Berwick", email = "[email protected]", role = c("aut")),
person("James", "Dunham", email = "[email protected]", role = c("aut")),
person("Tomoya", "Sasaki", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0009-0001-9243-2243")),
person("Christopher", "Warshaw", email = "[email protected]", role = c("aut"))
)
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.6)
Imports:
cli,
cmdstanr,
coda,
dplyr (>= 1.0.0),
factor.switching,
ggplot2 (>= 3.4.0),
ggrepel,
magrittr (>= 2.0.0),
methods,
parallel,
posterior,
reshape2,
rlang,
seriation,
stats,
stringr (>= 1.5.0),
tidyr (>= 1.0.0)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: TRUE