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

Dear Developers, I was trying to extract parameters from the two attached mplus output files and I kept getting the same error message reproduced verbatim below: > simpleError in names(parsedParams)

Hi - I recently updated to MPLUS 8.8 and since then get an error on running mplusautomation if I request TECH10:

Hi, I am trying to read parameters from LPA model output. I keep getting this error message NAs introduced by coercionError extracting MODEL RESULTS in output file: ~/Google Drive/My Drive/Social...

Hi, would you like to help me? library(poLCA) data(cheating) cheating % clean_names() df_cheat % # dplyr::select(1:4) %>% # dplyr::mutate_all(funs(.-1)) # # Run a quick LCA using `createMixtures` createMixtures(classes = 1:4,...

I thought I would never use imputation given that FIML is more convenient and offers the same features. However, in face of comlicated models (4+ latent variables, multigroup, ordinal observed),...

Hi Caspar, The readModels-function seems to have a problem reading the wald statistics when a model is estimated with MLR. I refer to the "WaldChiSq_Value", "WaldChiSq_DF", "WaldChiSq_PValue" statistics. Interestingly enough,...

Hello, I am working on running multiple mixture models. However, I am now getting an error (below) and the input files are being mislabeled when using the createMixtures() function. The...

I've been attempting to extract data from the output of an empty three-level model in M*plus*. However, running `mplusModeler()` or `readModels()` returns the error message: ```R Error extracting SUMMARY OF...

When I use mplusAutomation to analyze a CFA model, I noticed that it did not read in the data correctly because it has about half of the observations of the...

Using version 1.0.0 The package is still not reading errors and warnings from output. I have attempted to readModels() with the 0.8 version as well with no success. Errors are...