Skip to content

Releases: timbainbridge/semFromKeys

semFromKeys 0.5.5

Choose a tag to compare

@timbainbridge timbainbridge released this 14 Sep 08:11
  • Added (partial) support for bi-factor and correlated factor models to sem.cor.
  • Fixed a bug where bifactor.from.keys failed if all general factors had the same number of items.

semFromKeys 0.5.3

Choose a tag to compare

@timbainbridge timbainbridge released this 02 Sep 02:38
  • Added p-values to sem.cor output.
  • Added name as an option for finding files to clean from the cache in cache.clean.
  • Fixed a bug where correlated residuals in sem.cor input where causing an unexpected error.
  • Fixed a bug whereby pattern matching to select correlations for cells in sem.cor could match more than one correlation, resulting in an error.
  • Switched cache.clean from using unlink to using remove.files to negate a bug in cache.clean whereby directories were sometimes not removed.
  • Cache directories should now match when running cache.setup() in interactive and non-interactive sessions.

semFromKeys 0.5.2

Choose a tag to compare

@timbainbridge timbainbridge released this 22 Aug 07:44
  • Added item residual correlations to sem.cor output.
  • Simplified how items works in sem.cor.
  • Changed efa.from.keys output to not have the unnecessary third layer (e.g., fit$fit$efa became fit$fit).

semFromKeys 0.3.0

Choose a tag to compare

@timbainbridge timbainbridge released this 03 Aug 06:13
  • 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

Choose a tag to compare

@timbainbridge timbainbridge released this 03 Aug 05:18
  • 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.