Hi everyone,
I am trying to constrain one of my variables to -1 in my SEM model.
Shadow is my latent variable. I want to constrain i_GDPpercap to negative one. I am able to constrain i_GDPpercap to positive one like this:
sem ( c_burden c_ffree c_unemp c_bfree c_reg c_reg -> Shadow) (Shadow -> i_GDPpercap@1 i_laborforceparrate i_m0m1), standardized
But I am unsure how to constrain it to be negative. Any suggestions would be greatly appreciated!
Thanks!
Beckie
I am trying to constrain one of my variables to -1 in my SEM model.
Shadow is my latent variable. I want to constrain i_GDPpercap to negative one. I am able to constrain i_GDPpercap to positive one like this:
sem ( c_burden c_ffree c_unemp c_bfree c_reg c_reg -> Shadow) (Shadow -> i_GDPpercap@1 i_laborforceparrate i_m0m1), standardized
But I am unsure how to constrain it to be negative. Any suggestions would be greatly appreciated!
Thanks!
Beckie
Comment