https://github.com/cran/mirtCAT
Raw File
Tip revision: 952bd54262087ba283cec7122baf2e0758e94331 authored by Phil Chalmers on 11 March 2018, 06:23:48 UTC
version 1.7
Tip revision: 952bd54
DESCRIPTION
Package: mirtCAT
Version: 1.7
Type: Package
Title: Computerized Adaptive Testing with Multidimensional Item
        Response Theory
Authors@R: c( person("Phil", family="Chalmers", email =
    "rphilip.chalmers@gmail.com", role = c("aut", "cre")))
Description: Provides tools to generate an HTML interface for creating adaptive
    and non-adaptive educational and psychological tests using the shiny
    package (Chalmers (2016) <doi:10.18637/jss.v071.i05>). 
    Suitable for applying unidimensional and multidimensional
    computerized adaptive tests (CAT) using item response theory methodology and for
    creating simple questionnaires forms to collect response data directly in R.
    Additionally, optimal test designs (e.g., "shadow testing") are supported
    for tests which contain a large number of item selection constraints.
    Finally, package contains tools useful for performing Monte Carlo simulations 
    for studying the behavior of computerized adaptive test banks.
Depends: mirt (>= 1.25), shiny (>= 1.0.1)
Imports: lattice, stats, Rcpp, methods, markdown, pbapply, lpSolve
Suggests: shinythemes, parallel, SimDesign, knitr
ByteCompile: yes
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
License: GPL (>= 3)
Repository: CRAN
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
URL: https://github.com/philchalmers/mirtCAT,
        https://github.com/philchalmers/mirtCAT/wiki,
        https://groups.google.com/forum/#!forum/mirt-package
BugReports: https://github.com/philchalmers/mirtCAT/issues?state=open
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-03-11 05:17:23 UTC; phil
Author: Phil Chalmers [aut, cre]
Date/Publication: 2018-03-11 07:23:48 UTC
back to top