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 Stata SE 16.1 | Structural equation modelingGood morning. I would like to get the same format of result as the picture (Result.PNG). My question…
Error while using _N in forvalues loopI want to use _N in place of the total count of observations in a loop like this: forvalues i = 1(1…
Coding questionI am running into a wall on applying a predicted class of a state (all 50 states have one of four pr…
How to use marker symbols with twoway graphDear Statalists, I have two questions that I am sure are relatively easy for you. First: I am plott…
Birth OrderHi Everyone I am working on India Human Development Survey (IHDS). It is a cross sectional Data. I h…
Subscribe to:
Post Comments (Atom)
0 Response to estimates of variances in esttab for all the levels
Post a Comment