michaelhallquist / MplusAutomation

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 developed by Muthen and Muthen (www.statmodel.com). Specifically, MplusAutomation provides routines for creating related groups of models, running batches of models, and extracting and tabulating model parameters and fit statistics.
81 stars 46 forks source link

Error extracting model summaries in output file #196

Open Kelvinklein12345 opened 7 months ago

Kelvinklein12345 commented 7 months ago

I am running a multi-group CFA simulation and I am having problem extracting the "summaries" option from the "what" argument. All other options such as "warn_err", "invariance_testing", "parameters", and "input" that I needed were all extracted.

Here is my attached code

MCoutput_i06CL2_CFA.all <- readModels( target = "/Users/calissa/ESEMInv/CFA/i06_2CL_1000/G500_F0.50_T0.80_C1-0.30_C20.30_i062_CFA_154.out", what = c("input", "warn_err", "invariance_testing", "summaries", "parameters"), recursive = FALSE, quiet = FALSE)

I tried attaching the .out file but it seems not to be supported. So, I have converted it to a .pdf file and attached it below. G500_F0.50_T0.80_C1-0.30_C20.30_i062_CFA_154.pdf

Thank you in anticipation for your response.