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
ralloc strata re-nameHello all, Is there a way to rename stratas on a stratified randomization using ralloc? ralloc blkn…
Fixed effectsDear all, I have a cross sectional data with a variable showing number of siblings "n_siblings" for…
Is it a problem if all my independent and control variables are insignificant?The overall model scores like this: R-squared = 0.0061 Adj R-squared = -0.0129 So the model seems u…
Interpretation of ROC regression resultsHi all, I performed ROC regressio using the rocreg command and I have the desired results. I know t…
Fixed effects analysisDear all, I will please like to find out if i combine two cross sectional data to form a panel will…
Subscribe to:
Post Comments (Atom)
0 Response to estimates of variances in esttab for all the levels
Post a Comment