forked from jlaria/cat.dt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.07 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
Package: cat.dt
Type: Package
Title: Computerized Adaptive Testing and Decision Trees
Version: 0.3.1
Imports: Rglpk, Matrix, ggplot2
Authors@R: c(person("Javier",
"Rodriguez-Cuadrado",,
role = c("aut", "cre"),
email = "[email protected]"),
person("Juan C.",
"Laria",,
role = c("aut"),
email = "[email protected]"),
person("David",
"Delgado-Gomez",,
role = "aut", "ths"))
Description: Implements the Merged Tree-CAT method (Javier Rodriguez-Cuadrado et al., 2020, <doi:10.1016/j.eswa.2019.113066>) to generate Computerized Adaptive Tests (CATs) based on a decision tree. The tree growth is controlled by merging branches with similar trait distributions and estimations. This package has the necessary tools for creating CATs and estimate the subject's ability level.
URL: https://github.com/jlaria/cat.dt
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2019-07-12 08:09:01 UTC; J
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr