- Fix use of
'middle'
argument by using'given'
inperson()
. (#8) - Bump requirements to using R 4.0.0 , Rcpp 1.0.8, and RcppArmadillo 10.8.1 or above. (#8)
- Added
LazyData: true
toDESCRIPTION
to match with how the data documentation is called. (#3)
- Added a
pkgdown
website that deploys to https://tmsalab.github.io/cIRT/. (#3)
- Switched from Travis-CI to GitHub Actions for R. (#5)
- Updated package dependencies
- Enabled C++11 and OpenMP.
- Switched to allowing Rcpp to handle native registration
- Addressed issues in the choice generation procedure.
- Improved in-line documentation.
- Added Authors' ORCIDs to
DESCRIPTION
.
- Enabled TMSA Lab's configuration for Travis-CI.
- Added
src/init.c
for R 3.4 compatibility - Added GitHub project page link
- Added two vignettes that cover the model estimation and simulation results in the package.
- Added a
NEWS.md
file to track changes to the package.
- Adds two columns to choice matrix:
hard_q_id
andeasy_q_id
.
- Implementation of the hierarchical framework described in "A Hierarchical Model for Accuracy and Choice on Standardized Tests"
- Specifically, a choice inclusive Probit HLM and a Two Parameter Ogive Model.
- Random Number Generation for the following distributions: Wishart, Inverse Wishart, and Multivariate Normal
- Matrix Centering
- Direct Sum calculation
- Student Performance on Revised Purdue Spatial Visualization Test (Revised PSVT:R) by Yoon, 2011 in
trial_matrix
- The choices students made among items presented to them in
choice_matrix
- The end payout results for students based on their choices in
payout_matrix
- One additional data set exists containing the student's sex response in
survey_data