I'm running a multilevel mixed model with:
eststo: xtmixed y x1 x2 || country: || household:, reml
eststo: xtmixed y x1 x2 x3 x4|| country: || household:, reml
I want to obtain the estimates of variances in all the levels recorded in the esttab
This is the code I'm using now but it does not give me all the variances (from the random effects parameters), both at level 3, level2, and level 1
esttab using file.rtf,se bic aic eqlabels("" "sd(country)" "sd(_cons)" "sd(Residual)", none) title(Regression Output) nonumbers mtitles("Model 1" "Model 2") addnote("Source: Here")
Related Posts with estimates of variances in esttab for all the levels
Help with data structure transfer for a multiple responses questionHi Statalist, I am a beginner user of Stata. I am trying to write some loop syntax and change the d…
Preacher Hayes Process Model 4 for Panel data codeHello, I am trying to check the mediation effect of firm innovation on the relationship between Chie…
Equality of two string experessionsHi, I am trying to check if my ID uniquely identifies observations in the data. According to Stata,…
ARDL regression Hello everybody, I regressed gdp growth rate on inflation, share of remittance and share of trade …
Combining observationsHello, I would like to combine the observations, for each study_id in one row example study_id D…
Subscribe to:
Post Comments (Atom)
0 Response to estimates of variances in esttab for all the levels
Post a Comment