-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 1.05 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
Package: caMST
Type: Package
Title: Mixed Computerized Adaptive Multistage Testing
Version: 0.1.6
Date: 2022-06-24
Authors@R: person("Anthony", "Raborn", email = "[email protected]", role = c("aut","cre"))
Description: Provides functions to more easily analyze computerized adaptive tests. Currently, functions for computerized
adaptive tests (CAT), computer adaptive multistage tests (CMT), and mixed computer adaptive multistage tests (McaMST)
utilizing CAT item-level adaptation for the initial stage and traditional MST module-level adaptation for the subsequent
stages have been created, and a variation of Hybrid computer adaptive MST is planned as well. For an in-depth look at
CAT and MST, see Weiss & Kingsbury (1984) <doi:10.1111/j.1745-3984.1984.tb01040.x> and Luecht & Nungester
(2000) <doi:10.1007/0-306-47531-6_6> respectively.
License: LGPL (>= 2.0, < 3) | Mozilla Public License
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: catR,
mstR,
diagram,
methods
Suggests: testthat,
knitr,
rmarkdown
RoxygenNote: 7.2.0