-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.41 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
Package: dina
Type: Package
Title: Bayesian Estimation of DINA Model
Version: 2.0.0
Authors@R: c(
person("Steven Andrew", "Culpepper",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("James Joseph", "Balamuta",
email = "[email protected]",
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: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-02-01 14:51:31 UTC; ronin
Author: Steven Andrew Culpepper [aut, cph]
(<https://orcid.org/0000-0003-4226-6176>),
James Joseph Balamuta [aut, cre]
(<https://orcid.org/0000-0003-2826-8458>)
Maintainer: James Joseph Balamuta <[email protected]>
Repository: CRAN
Date/Publication: 2019-02-01 16:23:19 UTC