tmsalab / cIRT

Jointly model the accuracy of cognitive responses and item choices within a bayesian hierarchical framework as described by Culpepper and Balamuta (2015) <doi:10.1007/s11336-015-9484-7>. In addition, the package contains the datasets used within the analysis of the paper.

Home Page:https://tmsalab.github.io/cIRT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cIRT: Choice Item Response Theory

R-CMD-check Package-License CRAN Version Badge CRAN Status RStudio CRAN Mirror’s Monthly Downloads RStudio CRAN Mirror’s Total Downloads

Jointly model the accuracy of cognitive responses and item choices within a Bayesian hierarchical framework as described by Culpepper and Balamuta (2015).

Installation

You can install cIRT from CRAN using:

install.packages("cIRT")

Or, you can be on the cutting-edge development version on GitHub using:

if(!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("tmsalab/cIRT")

Usage

To use the cIRT package, load it into R using:

library("cIRT")

Authors

Steven Andrew Culpepper and James Joseph Balamuta

Citing the cIRT package

To ensure future development of the package, please cite cIRT package if used during an analysis or simulation studies. Citation information for the package may be acquired by using in R:

citation("cIRT")

License

GPL (>= 2)

About

Jointly model the accuracy of cognitive responses and item choices within a bayesian hierarchical framework as described by Culpepper and Balamuta (2015) <doi:10.1007/s11336-015-9484-7>. In addition, the package contains the datasets used within the analysis of the paper.

https://tmsalab.github.io/cIRT

License:GNU General Public License v3.0


Languages

Language:C++ 70.7%Language:R 28.1%Language:C 1.2%