this is just a confirmation question. I have run a latent profile model with 6 classes. l would like to conduct the Wald test to verify the equality of effects between classes. I am not sure if what I did is correct (it seems so, but I am not sure). As the command
Code:
estat ginvariant
Code:
gsem, coeflegend
Code:
test _b[1.C: retired] = _b[2.C: retired] = _b[3.C: retired] = _b[4.C: retired] = _b[5.C: retired] = _b[6.C: retired]
Code:
[1b.C]o .retired - [2.C]retired = 0 [1b.C]o .retired - [3.C]retired = 0 [1b.C]o .retired - [4.C]retired = 0 [1b.C]o .retired - [5.C]retired = 0 [1b.C]o .retired - [6.C]retired = 0 chi2 ( 5) = 84.86 Prob > chi2 = 0.000
Thank you very much
0 Response to Wald test latent profile analysis
Post a Comment