https://github.com/cran/mirtCAT
Raw File
Tip revision: f515e002c70205de694b08a537ddb5cd37232363 authored by Phil Chalmers on 28 June 2021, 17:20:01 UTC
version 1.11
Tip revision: f515e00
DESCRIPTION
Package: mirtCAT
Version: 1.11
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"),
                     comment = c(ORCID="0000-0001-5332-2810")),
            person("Magnus",family="Nordmo",email = 
                    "magnus.nordmo@psykologi.uio.no", role = "ctb",
                    comment = c(ORCID="0000-0002-1977-1038")))
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
Encoding: UTF-8
ByteCompile: yes
LazyLoad: 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: 7.1.1
NeedsCompilation: yes
Packaged: 2021-06-28 17:47:00 UTC; phil
Author: Phil Chalmers [aut, cre] (<https://orcid.org/0000-0001-5332-2810>),
  Magnus Nordmo [ctb] (<https://orcid.org/0000-0002-1977-1038>)
Date/Publication: 2021-06-28 18:20:01 UTC
back to top