MplusAutomation icon indicating copy to clipboard operation
MplusAutomation copied to clipboard

The MplusAutomation package leverages the flexibility of the R language to automate latent variable model estimation and interpretation using Mplus, a powerful latent variable modeling program develop...

Results 56 MplusAutomation issues
Sort by recently updated
recently updated
newest added

Attaching example of one of several errors I have encountered not being extracted at all. Feel free to add more below. I am considering developing/improving a function for not only...

I am running a simulation and noticed that one of iteration out of a 1000, was just blank. When I ran the the seed for that single data generation and...

Hi, I am running some multilevel factor models using the Bayesian estimation in Mplus. In my input file, I am requesting to save the samples from the MCMC algorithm as...

Wondering if it would be worth adding features to MplusAutomation to make it a development tool for Mplus (sort of like the [mplus](https://github.com/bkeller2/Mplus) package for sublime text). From what I...

Extracting the Tech4 currently does not seem to work with WLSMV (and I suspect other WLS-estimators). The returned Tech4 is empty even if there is a Tech4 in the Mplus...

summary.mplusObject does not sort output very well for EFAs with multiple factors. The fix for nice printing of summary objects with multiple models _should_ be easy.

enhancement

I have developed a little RStudio plugin which runs an opened file in Mplus and then automatically opens an output within RStudio. It would be nice to have it inside...

The residual parser cannot extract residuals from MLR-type outputs when items are categorical. The section is rather different: ``` UNIVARIATE DISTRIBUTION FIT Variable Observed Estimated Residual (Obs.-Est.) Stand. Residual Q16_01...

First, thank you for this great package. Second, Mplus sometimes fixes certain parameters in models with categorical data. It then prints a related message between the sections `UNIVARIATE PROPORTIONS AND...

I've been contributing to the parsing of SAMPSTAT and class_counts, and notice that bugs pop up when these sections are missing from the .out file, e.g. because Mplus gave an...