Version 0.8
- feature: Extract parameters from EFA outputs (thanks to Dani Mori for the excellent foundation!)
- feature: Extract TECH10 bivariate model fit (thanks to Sam Crawley!)
- feature: Extract residuals from invariance models. Addresses Github issue #95
- feature: Extract model-estimated correlations and correlation residuals
- feature: Support BAYES outputs in compareModels
- feature: Add PPP values for Bayesian Monte Carlo outputs
- feature: Support PSR PPPP section in tech8
- feature: Add NLatentClasses to $summaries if available. Fixes Github Issue #103
- feature: Extract results from "Results/Parameters for Class-specific Model Parts" sections (e.g., ex8.12)
- feature: Refactor runModels to support a vector of folder and files to execute (target argument).
- notice: Removed getSavedata_Bparams in favor of readModels.
- bugfix: Extract standardized estimates from MONTE CARLO outputs
- bugfix: Parse univariate sample statistics for multiple groups models (ex5.27)
- bugfix: Extract R-SQUARE information from multilevel analyses (where header order is reversed)
- bugfix: Restore accidental section match for PSR subsection that led to TECH8 failure
- bugfix: Extract invariance tests when only two models are compared
- bugfix: Extract RESULTS IN PROBABILITY SCALE for models that only provide an Estimate column, like ex5.5 GPCM. Fixes Github Issue #118
- bugfix: Preserve other columns like LatentClass for RESULTS IN PROBABILITY SCALE section. Fixes Github Issue #103
- bugfix: Correct factor conversion notes in prepareMplusData. Provide conversion notes as a printed data frame for clarity.
- bugfix: Extract specific indirect effects in Mplus v8.4+. Updated parser to handle new section headers. Fixes Github Issue #117
- bugfix: Parse categorical latent variable names correctly for multiple latent variable models
- bugfix: Parse univariate sample statistics for single-variable models
- bugfix: Handle relative paths appropriately in files provided to runModels. Fixed Github Issue #87