Here is a minimal working example of my problem:
Code:
sysuse auto gsem (price <- mpg rep78) (trunk <- length turn), cov(e.price*e.trunk) gsem, coeflegend testnl _b[trunk:length]=0 testnl _b[/var(e.price)]=0 testnl _b[/cov(e.price,e.trunk)]=0
I guess that the comma inside the covariance is interpreted as an option, but I don't know how else I can refer to this covariance. I inspected the e(b) matrix, but the coefficient have the same name.
Any help would be appreciated. Thanks in advance for your responses.
0 Response to Non-linear hypotheses testing with a GSEM
Post a Comment