Package: irt
Type: Package
Title: Item Response Theory and Computerized Adaptive Testing Functions
Version: 0.1.1
Authors@R: c(person("Emre", "Gonulates", 
                    email = "egonulates@gmail.com", role = c("aut", "cre"), 
                    comment = c(ORCID="0000-0002-3834-3266")))
Maintainer: Emre Gonulates <egonulates@gmail.com>
Description: A collection of Item Response Theory (IRT) and Computerized 
     Adaptive Testing (CAT) functions that are used in psychometrics. 
License: GPL-3
Depends: methods
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0.4), ggplot2, parallel
NeedsCompilation: yes
RoxygenNote: 7.1.1
Encoding: UTF-8
LazyData: true
Collate: 'Item-class.R' 'Item-class-methods.R' 'Itempool-class.R'
        'Itempool-class-methods.R' 'RcppExports.R'
        'Testlet-class-methods.R' 'ability_estimation.R' 'cat_sim.R'
        'cat_sim_helper_functions.R' 'dif.R' 'info.R' 'ipd.R' 'irt.R'
        'item_analysis.R' 'item_fit.R' 'misc.R' 'person_fit.R'
        'plot_IRT.R' 'prob.R' 'resp_lik.R' 'resp_loglik.R' 'rsss.R'
        'sim_resp.R'
Packaged: 2020-09-15 18:42:13 UTC; gonul
Author: Emre Gonulates [aut, cre] (<https://orcid.org/0000-0002-3834-3266>)
Repository: CRAN
Date/Publication: 2020-09-24 06:40:03 UTC
