Package: cat.dt
Type: Package
Title: Computerized Adaptive Testing and Decision Trees
Version: 0.1.0
Imports: Rglpk, Matrix
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 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. The Merged Tree-CAT method is an extension of the Tree-CAT method (see Delgado-Gómez et al., 2019 <doi:10.1016/j.eswa.2018.09.052>).
URL: https://github.com/jlaria/cat.dt
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-05 15:57:46 UTC; user
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: 2019-08-06 09:00:08 UTC
