https://github.com/cran/mirtCAT
Raw File
Tip revision: 6aec0039fae2dac420f03159fce3dfd70b94049c authored by Phil Chalmers on 17 October 2023, 16:00:03 UTC
version 1.13
Tip revision: 6aec003
DESCRIPTION
Package: mirtCAT
Version: 1.13
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 HTML interfaces for adaptive
    and non-adaptive 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 that contain a large number of item selection constraints.
    Finally, package contains tools useful for performing Monte Carlo simulations 
    for studying test item banks.
Depends: mirt (>= 1.37), shiny (>= 1.0.1)
Imports: lattice, stats, Rcpp, methods, markdown, pbapply, lpSolve
Suggests: shinythemes, parallel, 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.2.3
NeedsCompilation: yes
Packaged: 2023-10-17 14:44:55 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: 2023-10-17 16:00:03 UTC
back to top