I want to use an IRT graded response model to measure levels of a latent trait. I'm a little confused with how to interpret the values I create. My understanding is that the latent variable is standardised like a Z-score. Neverthless if I run the following example code in Stata:
webuse charity, clear
irt grm ta*
predict x, latent
summ x
The descriptive statistics don't look like that of a standardised variable - i.e. the standard deviation should be 1. Am I running the right code? Is there something I'm missing?
webuse charity, clear
irt grm ta*
predict x, latent
summ x
The descriptive statistics don't look like that of a standardised variable - i.e. the standard deviation should be 1. Am I running the right code? Is there something I'm missing?
Comment