I am fitting a model like this:
Code:
webuse nlswork, clear mixed ln_w tenure || id: tenure, cov(unstruct) // Intercept-slope covariance, or mixed, stddev // Intercept-slope correlation
I realized that the covariance I can get with:
Code:
local covaria = round(tanh(_b[atr1_1_1_2:_cons]) * /// exp(_b[lns1_1_1:_cons]) * /// exp(_b[lns1_1_2:_cons]), .000001) di `covaria'
So many thanks
Go
0 Response to mixed: How do I retrieve the intercept-slope correlation?
Post a Comment