To avoid biased confidence intervals and p-values, I want to include a latent trait with standard error (a scale from an assessment test) in a regression model. Here, as the dependent variable but it could have been an independent:
.irt pcm item1-item20
.predict Theta, latent se(ThetaSE)
.regress Theta X1 X2
Does this syntax sufficiently treat the outcome as a latent variable?
.irt pcm item1-item20
.predict Theta, latent se(ThetaSE)
.regress Theta X1 X2
Does this syntax sufficiently treat the outcome as a latent variable?

Comment