Releases: timbainbridge/semFromKeys
Releases · timbainbridge/semFromKeys
Release list
semFromKeys 0.5.5
- Added (partial) support for bi-factor and correlated factor models to
sem.cor. - Fixed a bug where
bifactor.from.keysfailed if all general factors had the same number of items.
semFromKeys 0.5.3
- Added p-values to
sem.coroutput. - Added
nameas an option for finding files to clean from the cache incache.clean. - Fixed a bug where correlated residuals in
sem.corinput where causing an unexpected error. - Fixed a bug whereby pattern matching to select correlations for cells in
sem.corcould match more than one correlation, resulting in an error. - Switched
cache.cleanfrom usingunlinkto usingremove.filesto negate a bug incache.cleanwhereby directories were sometimes not removed. - Cache directories should now match when running
cache.setup()in interactive and non-interactive sessions.
semFromKeys 0.5.2
- Added item residual correlations to
sem.coroutput. - Simplified how
itemsworks insem.cor. - Changed
efa.from.keysoutput to not have the unnecessary third layer (e.g.,fit$fit$efabecamefit$fit).
semFromKeys 0.3.0
- Added the
sem.cor()function, which takes CFA outputs and produces a correlation matrix between latent variables and, optionally, single items.
semFromKeys 0.2.2
- Fixed the option issue that remained at the last CRAN submission (in esem.from.mods.R).
- Default cache directory now includes a subdirectory of the project name if run within an RStudio project.