-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
29 lines (29 loc) · 959 Bytes
/
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
Package: ShadowCAT
Type: Package
Title: Multidimensional Computer Adaptive Testing with the Shadow Testing
Procedure
Version: 0.1
Date: 2016-08-10
Authors@R: as.person(c(
"Rivka M. de Vries <[email protected]> [aut, cre]",
"Karel A. Kroeze <[email protected]> [aut]",
"Alwin W. Stegeman < [email protected]> [ctb]"))
Description: Allows application and simulation of Computer Adaptive
tests. Options include; 4 models (3PLM, GPCM, GRM, SM), 3 estimators (ML, MAP,
EAP), Fisher Information and Kullback-Leibler Distance based item selection,
constraints, content balancing and exposure control with Shadow Testing.
License: GPL-3
LazyData: true
LinkingTo: Rcpp
Imports:
Rcpp (>= 0.12.5),
mvtnorm (>= 1.0-5),
MultiGHQuad (>= 1.1),
lpSolve (>= 5.6.13),
matrixcalc(>= 1.0-3),
Matrix (>= 1.2-6),
stringr (>= 1.0.0),
stats (>= 3.3.0)
Suggests:
testthat (>= 0.8.1),
RoxygenNote: 5.0.1