-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
75 lines (75 loc) · 2.4 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
68
69
70
71
72
73
74
75
Package: measr
Title: Bayesian Psychometric Measurement Using 'Stan'
Version: 1.0.0.9000
Authors@R: c(
person("W. Jake", "Thompson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7339-0300")),
person("Nathan", "Jones", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-6177-7161")),
person("Matthew", "Johnson", , , role = "cph",
comment = "Provided code adapted for reliability.measrdcm()"),
person("Paul-Christian", "Bürkner", , , role = "cph",
comment = "Author of eval_silent()"),
person("University of Kansas", role = "cph"),
person("Institute of Education Sciences", role = "fnd")
)
Description: Estimate diagnostic classification models (also called cognitive
diagnostic models) with 'Stan'. Diagnostic classification models are
confirmatory latent class models, as described by Rupp et al.
(2010, ISBN: 978-1-60623-527-0). Automatically generate 'Stan' code for the
general loglinear cognitive diagnostic diagnostic model proposed by
Henson et al. (2009) <doi:10.1007/s11336-008-9089-5> and other subtypes that
introduce additional model constraints. Using the generated 'Stan' code,
estimate the model evaluate the model's performance using model fit indices,
information criteria, and reliability metrics.
License: GPL (>= 3)
URL: https://measr.info, https://github.com/wjakethompson/measr
BugReports: https://github.com/wjakethompson/measr/issues
Depends:
R (>= 4.1.0)
Imports:
dcm2,
dplyr (>= 1.1.1),
dtplyr,
fs,
glue,
loo,
magrittr,
methods,
posterior,
psych,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang (>= 0.4.11),
rstan (>= 2.26.0),
rstantools (>= 2.3.0),
stats,
tibble,
tidyr (>= 1.3.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
Suggests:
cli,
cmdstanr (>= 0.4.0),
crayon,
knitr,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0)
Additional_repositories: https://mc-stan.org/r-packages/
Config/testthat/edition: 3
Config/Needs/website: wjakethompson/wjake, showtext, ggdist, english
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Biarch: true
SystemRequirements: GNU make
VignetteBuilder: knitr