-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.74 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
Package: mirtCAT
Version: 1.14.2
Type: Package
Title: Computerized Adaptive Testing with Multidimensional Item
Response Theory
Authors@R: c(person("Phil", family="Chalmers", email =
"rphilip.chalmers@gmail.com", role = c("aut", "cre"),
comment = c(ORCID="0000-0001-5332-2810")),
person("Magnus",family="Nordmo",email =
"magnus.nordmo@psykologi.uio.no", role = "ctb",
comment = c(ORCID="0000-0002-1977-1038")))
Description: Provides tools to generate HTML interfaces for adaptive
and non-adaptive tests using the shiny
package (Chalmers (2016) <doi:10.18637/jss.v071.i05>).
Suitable for applying unidimensional and multidimensional
computerized adaptive tests (CAT) using item response theory methodology and for
creating simple questionnaires forms to collect response data directly in R.
Additionally, optimal test designs (e.g., "shadow testing") are supported
for tests that contain a large number of item selection constraints.
Finally, package contains tools useful for performing Monte Carlo simulations
for studying test item banks.
Depends: mirt (>= 1.37), shiny (>= 1.0.1)
Imports: lattice, stats, Rcpp, methods, markdown, pbapply, lpSolve
Suggests: shinythemes, parallel, knitr
Encoding: UTF-8
ByteCompile: yes
LazyLoad: yes
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
License: GPL (>= 3)
Repository: CRAN
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
URL: http://philchalmers.github.io/mirtCAT/, https://github.com/philchalmers/mirtCAT/wiki, https://groups.google.com/forum/#!forum/mirt-package
BugReports: https://github.com/philchalmers/mirtCAT/issues?state=open
RoxygenNote: 7.3.2
NeedsCompilation: yes