MplusAutomation v0.7-3
Version 0.7-3
- feature: Support use of plausible values for factors in BAYES output using SAVE=FSCORES(NIMP) approach
- feature: readModels provides initial support for extraction of SUMMARY OF DATA section, including ICCs in 2-level models. See $data_summary.
- feature: Allow input files to have .in or .inp extension to increase compatibility with lavaan lavExport.
- feature: Extract residual DSEM outputs containing ^
- feature: Initial support for extraction of RESULTS IN PROBABILITY SCALE output. See $parameters$probability.scale from readModels().
- feature: prepareMplusData can now hash filenames for multiply imputed data. Hashing is done for individual files, so that as long as all files exist, the order can be re-arranged or imputations can be dropped and still no new data needs to be written (closes issue #53).
- feature: prepareMplusData now is more efficient at converting datasets to numeric and utilizes fwrite to increase speed of writing out datasets (closes issue #54).
- feature: new utility function mplusAvailable() attempts to determine whether Mplus is installed and findable on the system.
- bugfix: Extract modification indices for thresholds
- bugfix: Abstract invariance testing summary extraction from Caspar van Lissa into a separate function.
- bugfix: Fix pred/outcome swap in specific indirect sections
- bugfix: Handle spaces in SAVEDATA variable information section in Mplus v8+ (e.g., SAVE=FSCORES in BSEM).
- bugfix: Improve parsing of mixture outputs in mixtureSummaryTable.