Hi there,
I want to test for measurement invariance in Stata 16.
I want to follow the approach of testing different steps of nested models, starting with a model were all parameters are freely estimated in both groups - ginvariant(none) - and then in each step restricting one more parameter (group) to be equal across groups. (e.g., https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5145197/)
To identify the model, I use the Reference-Group Method, i.e. set latent means to 0 and latent variances to 1 in first group, estimate freely in second group (http://www.agencylab.ku.edu/~agencyl...d,%202006).pdf).
I did that before in earlier versions of stata and got, when using "estat gof, stats(all)" afterwards, the Chi2 values and other fit indices, at least as far as I remember. I need those values so that I can compare the model with the free estimates to the model with one more parameter constrained via the Chi2 difference test and Delta CFI.
However, when I use "estat gof, stats(all)" in Stata 16, I only get some indices (AIC, BIC, SRMR, CD), but not Chi2 and CFI.
So what can I do to either get the proper fit indices or to test measurement invariance in another (scientifically correct) way in Stata 16?
Here is the command for the first model I want to test:
sem (Latent1 -> L1_1, ) (Latent1 -> L1_2, ) (Latent1 -> L1_3, ) (Latent2 -> L2_1, ) (Latent2 -> L2_2, ) (Latent2 -> L2_3, ), covstruct(_lexogenous, diagonal) group(orgsize) ginvariant(none) byparm vce(oim) var(1: Latent1@1) var(1: Latent2@1) mean(1: Latent1@0) mean(1: Latent2@0) cov( Latent1*Latent2) nocapslatent
The commend itself works well and I get proper results.
But as said, when using "estat gof, stats(all)" afterwards, I don't get Chi2 values. I think in earlier versions of Stata, I got them...
It would be great if anyone could help me with that. Thanks a ton in advance!!!
Kind regards
Franzi
Related Posts with Stata16: Measurement invariance testing - how to get Chi2 values?
 optimize: set skewness to zeroDear Statalisters,
I wish to write a simple optimisation problem to find the optimal fractional pow… optimize: set skewness to zeroDear Statalisters,
I wish to write a simple optimisation problem to find the optimal fractional pow…
 how to calculate variance of a variable in a panel data structureHello dear Stata users,
I have a panel dataset of household weekly income at regional level (10 regi… how to calculate variance of a variable in a panel data structureHello dear Stata users,
I have a panel dataset of household weekly income at regional level (10 regi…
 Loop to open, keep variables, and join different filesHello,
I am struggling with the following task that already kept me bugging for hours.
This is the… Loop to open, keep variables, and join different filesHello,
I am struggling with the following task that already kept me bugging for hours.
This is the…
 Preparing data for competing risk analysisDear Stata users,
I am working on survival data and trying to create new_event and time to event v… Preparing data for competing risk analysisDear Stata users,
I am working on survival data and trying to create new_event and time to event v…
 Whether to control for a certain factorHi,
I am trying to estimate the effect of different types of managerial incentives (autonomy, perfor… Whether to control for a certain factorHi,
I am trying to estimate the effect of different types of managerial incentives (autonomy, perfor…
Subscribe to:
Post Comments (Atom)
0 Response to Stata16: Measurement invariance testing - how to get Chi2 values?
Post a Comment