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

Fatal error not captured #175

Closed sda030 closed 1 year ago

sda030 commented 1 year ago

Not capturing this error: *** FATAL ERROR THERE IS NOT ENOUGH MEMORY SPACE TO RUN Mplus ON THE CURRENT INPUT FILE. THE ANALYSIS REQUIRES 5 DIMENSIONS OF INTEGRATION RESULTING IN A TOTAL OF 0.75938E+06 INTEGRATION POINTS. THIS MAY BE THE CAUSE OF THE MEMORY SHORTAGE. YOU CAN TRY TO REDUCE THE NUMBER OF DIMENSIONS OF INTEGRATION OR THE NUMBER OF INTEGRATION POINTS OR USE INTEGRATION=MONTECARLO WITH FEWER NUMBER OF INTEGRATION POINTS SUCH AS 500 OR 5000.

sem_clean_mlr_complex_twolevel.txt

sda030 commented 1 year ago

Another one. imputed_input_data.txt

sda030 commented 1 year ago

Another fatal error not captured: *** FATAL ERROR

 PROBLEM OCCURRED DURING THE DATA IMPUTATION.

 THE CONVERGENCE CRITERION IS NOT SATISFIED.
 INCREASE THE MAXIMUM NUMBER OF ITERATIONS OR INCREASE
 THE CONVERGENCE CRITERION.

stu_cyc1_best_reg_twolevel_v3.txt

cjvanlissa commented 1 year ago

Thank you for these examples, @sda030