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 = "javierro@est-econ.uc3m.es"),
    person("Juan C.",
           "Laria",,
           role = c("aut"),
           email = "juancarlos.laria@uc3m.es"),
    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: 2021-03-31 10:34:14 UTC; rstudio
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Author: Javier Rodriguez-Cuadrado [aut, cre],
  Juan C. Laria [aut],
  David Delgado-Gomez [aut]
Maintainer: Javier Rodriguez-Cuadrado <javierro@est-econ.uc3m.es>
Repository: CRAN
Date/Publication: 2021-03-31 12:20:06 UTC
Built: R 4.0.2; ; 2021-04-01 10:57:23 UTC; unix
