If I run a mixed model using one of the me comands such as:
Code:
menbreg y i.x ||j: ||k:
Code:
. matrix list e(b) e(b)[1,6] y: y: y: lnalpha: var(_cons~): var(_cons~): 1b. 2. x x _cons _cons _cons _cons y1 0 -2.1987434 1.8654885 -.68281402 .52698979 .60058556
I know that I can extract the value using matrix and el() function, but this isn't helpful in this situation
Thanks,
Andrew
0 Response to Specifying random-effects variance parameters after me family commands
Post a Comment