-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 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
33
34
35
36
37
Package: cIRT
Type: Package
Title: Choice Item Response Theory
Version: 1.3.2
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", "cph", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Jointly model the accuracy of cognitive responses and item choices
within a Bayesian hierarchical framework as described by Culpepper and
Balamuta (2015) <doi:10.1007/s11336-015-9484-7>. In addition, the package
contains the datasets used within the analysis of the paper.
License: GPL (>= 2)
URL: https://tmsalab.github.io/cIRT/, https://github.com/tmsalab/cIRT
BugReports: https://github.com/tmsalab/cIRT/issues
Depends: R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.8)
LinkingTo: Rcpp, RcppArmadillo (>= 0.10.8.1.0)
Suggests:
knitr,
rmarkdown,
covr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.2
Language: en-US
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)