-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.16 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
Package: hmcdm
Type: Package
Title: Hidden Markov Cognitive Diagnosis Models for Learning
Version: 2.1.1
Authors@R: c(
person("Susu", "Zhang", email = "[email protected]", role = c("aut")),
person("Shiyu", "Wang", email = "[email protected]", role = c("aut")),
person("Yinghan", "Chen", email = "[email protected] ", role = c("aut")),
person("Sunbeom", "Kwon", email = "[email protected]", role = c("aut", "cre"))
)
Description: Fitting hidden Markov models of learning under the cognitive diagnosis framework.
The estimation of the hidden Markov diagnostic classification model,
the first order hidden Markov model, the reduced-reparameterized unified learning model,
and the joint learning model for responses and response times.
License: GPL (>= 2)
URL: https://github.com/tmsalab/hmcdm
BugReports: https://github.com/tmsalab/hmcdm/issues
Depends: R (>= 3.5.0)
Imports:
Rcpp (>= 1.0.0),
stats (>= 3.0.0),
bayesplot (>= 1.9.0),
rstantools (>= 1.0.0)
LinkingTo: Rcpp, RcppArmadillo, progress
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr