-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
32 lines (32 loc) · 1.11 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: dina
Type: Package
Title: Bayesian Estimation of DINA Model
Version: 2.0.0.900
Authors@R: c(
person("Steven Andrew", "Culpepper",
email = "sculpepp@illinois.edu",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("James Joseph", "Balamuta",
email = "balamut2@illinois.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Estimate the Deterministic Input, Noisy "And" Gate (DINA)
cognitive diagnostic model parameters using the Gibbs sampler described
by Culpepper (2015) <doi:10.3102/1076998615595403>.
URL: https://github.com/tmsalab/dina
BugReports: https://github.com/tmsalab/dina/issues
License: GPL (>= 2)
Depends: R (>= 3.4.0), simcdm (>= 0.1.0)
LinkingTo: Rcpp (>= 1.0.0), RcppArmadillo (>= 0.9.200), simcdm, rgen
Imports: Rcpp (>= 1.0.0)
Suggests:
CDM,
covr,
testthat
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8