I'm trying to pull model fit statistics from an SEM. To do this I'm using a loop and the following simulate command.
simulate chi2=e(chi2_ms) df=e(df_ms) chi2p=e(p_ms), reps(10) :fitstat
Fitstat is a method that sets up the parameters needed for the project.
My question is, can I use the simulate command as I do above to pull the error covariance from the same simulation?
simulate chi2=e(chi2_ms) df=e(df_ms) chi2p=e(p_ms), reps(10) :fitstat
Fitstat is a method that sets up the parameters needed for the project.
My question is, can I use the simulate command as I do above to pull the error covariance from the same simulation?
Comment