Hi,
I would like to run a Seemingly Unrelated Regression using complex survey weights. I understand I can do this using SEM.
for example, I have the following code:
where $rhs is a macro for the variables I need.
I'm wondering if there is a way to get the error correlation matrix?
Any help greatly appreciated.
Thanks,
Jane.
I would like to run a Seemingly Unrelated Regression using complex survey weights. I understand I can do this using SEM.
for example, I have the following code:
Code:
svy: sem (hls1avg <- $rhs) (hls2avg <- $rhs) (hls3avg <- $rhs) (hls4avg <- $rhs) (hls5avg <- $rhs) /// (hls6avg <- $rhs) (hls7avg <- $rhs) (hls8avg <- $rhs) (hls9avg <- $rhs) if age_65==1
I'm wondering if there is a way to get the error correlation matrix?
Any help greatly appreciated.
Thanks,
Jane.
Comment