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

Getting results from the diffTest part of compareModels() in a dataframe. #185

Open andreplamondon opened 1 year ago

andreplamondon commented 1 year ago

Hi, I would like to add results of chi-square difference tests to tables created with the SummaryTable() function. While compareModels() give us results, it prints the results to the console. Is there any way that we could get results from the diffTest to be sent to a dataframe? Thanks!