- Addressed two issues in R-devel related to C++ usage (deprecation of
CXX_STD
and attribute compilation woes). (#22)
- Added a
pkgdown
website that deploys to https://tmsalab.github.io/simcdm/. (#17)
- Updated GitHub Actions workflows for testing, code coverage, and pkgdown. (#23)
- Addressed a signed vs. unsigned integer comparison.
- Fixed spacing issues brought on from an organization of C++ code.
- Changed unit tests to use R 3.5.0's RNG setup in anticipation for the RNG change in R 3.6.0.
- Renamed
sim_attribute_classes()
toattribute_classes()
. - Addressed ambiguous calls to
std::pow(<int>, <int>)
- Added a
CITATION
file for the package - Improved Vignette Examples
- Improved README contents
- Added Unit Tests to verify simulation routines and attribute generations.
- Added testing on Travis-CI for the previous release of R, e.g. the
oldrel
.
- Added C++ and R functions for simulation of:
- Deterministic Input, Noisy "And" Gate (DINA)
- Item Response:
sim_dina_items()
-
$\eta$ Response:sim_dina_attributes()
.
- Item Response:
- reduced Reparameterized Unified Model (rRUM):
- Item Reponse:
sim_rrum_items()
- Item Reponse:
- Matrices:
- Random Q Matrix:
sim_q_matrix()
- ETA Matrix:
sim_eta_matrix()
- Latent Attribute Profiles for Subjects:
sim_subject_attributes()
- Random Q Matrix:
- Attributes:
- Latent Attribute Profile Matrix:
sim_attribute_classes()
- Attribute Bijection:
attribute_bijection()
- Attribute Inverse Bijection:
attribute_inv_bijection()
- Latent Attribute Profile Matrix:
- Deterministic Input, Noisy "And" Gate (DINA)