Hi,
I have a two Level xtmixed model I can't transform properly the random-effects Parameters to get them as standard deviations in esttab.
This is my model:
xtmixed logrealpricehl realmonthly_av_price_must_hl prov_wine_elaborated_10000hl percentage_change_must_2011_02 av_hl_prodcoopiofs2 red ownbrand coop_buyer swshare_of_producers, || region: ||cod_dept_buyer: , mle
I wrote:
esttab reg1 using regwine_shares156633.rtf, star(* 0.10 ** 0.05 *** 0.01) r2 ar2 onecell nogaps scalars("F" "chi2_c") wide transform(ln*: exp(@) exp(@)) eqlabels("" "sd(_cons)" "sd(_cons)" "sd(Residual)", none) varlabels(,elist(region:_cons "{break}{hline @width}")) varwidth(13) replace b(%10.4f) se
But I don’t get all the standard deviations. I think I have a problem addressing the two levels.
Anyone has some advice about it?
Best,
Agustina
I have a two Level xtmixed model I can't transform properly the random-effects Parameters to get them as standard deviations in esttab.
This is my model:
xtmixed logrealpricehl realmonthly_av_price_must_hl prov_wine_elaborated_10000hl percentage_change_must_2011_02 av_hl_prodcoopiofs2 red ownbrand coop_buyer swshare_of_producers, || region: ||cod_dept_buyer: , mle
I wrote:
esttab reg1 using regwine_shares156633.rtf, star(* 0.10 ** 0.05 *** 0.01) r2 ar2 onecell nogaps scalars("F" "chi2_c") wide transform(ln*: exp(@) exp(@)) eqlabels("" "sd(_cons)" "sd(_cons)" "sd(Residual)", none) varlabels(,elist(region:_cons "{break}{hline @width}")) varwidth(13) replace b(%10.4f) se
But I don’t get all the standard deviations. I think I have a problem addressing the two levels.
Anyone has some advice about it?
Best,
Agustina
Comment