Hi Statalist,
consider example 31g from the gsem help files:
Is there any way to get the data used to calculate var(MathAb), var(MathAtt) and cov(MathAb,MathAtt) so that I could reproduce these figures outside the estimation process?
I was thinking about something similar to getting the xb/residuals after a regression, but I couldn't find a postestimation option to do such operation after gsem.
Thanks in advance.
consider example 31g from the gsem help files:
Code:
use https://www.stata-press.com/data/r16/gsem_cfa, clear gsem (MathAb -> q1-q8, logit) (MathAtt -> att1-att5, ologit)
I was thinking about something similar to getting the xb/residuals after a regression, but I couldn't find a postestimation option to do such operation after gsem.
Thanks in advance.

Comment