- Fix some starting values for lavaan and Mplus models thanks to Anna Brown.
- Fix some documentation and references thanks to Anna Brown.
- Fix issues with starting value syntax in lavaan models thanks to Yves Rosseel. (#42)
- Avoid a CRAN check warning.
- Fix line-length issues in Mplus code generation. (#34)
- Fix data simulations via
sim_TIRT_datafor non-triplet formats. - Ensure compatibility with both rstan versions 2.21 and 2.26.
- Switch to the latest
rstantoolstoolchain. - Add a
gofmethod to compute goodness-of-fit measures for lavaan-fitted models thanks to Angus Hughes. (#19)
- Fix tests failing after an update of
lavaan. (#25)
- Fix usage of
gammaparameters insim_TIRT_datathanks to @IanEisenberg. (#13) - Prevent impossible rankings from being sampled in
sim_TIRT_datathanks to Susanne Frick.
- Support predictions of trait scores for new persons. (#12, #15)
- Specify multiple blocks at once via
set_blocks_from_dfthanks to @awhug. (#11)
- Correctly handle standard errors of trait scores as returned by Mplus.
- Fix the
tripletsexample data to work with lavaan and Mplus without convergence issues. (#3)
- Support family
gaussianwhen using lavaan as the model fitting engine.
- Improve the documentation and presentation of the package across the board thanks to Russell S. Pierce, Thomas J. Faulkenberry, and Daniel S. Katz. (#2, #5, #7, #8, #9)
- Initial release version