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
Use list of variables in dta file to rename variable in other datasetHi, In the current project I'm working on, I keep updating a list of variables. I would like to use…
Including blank cells in regression analysisHi all, I am doing an mixed regression analysis looking at protein intake and want to include sociod…
Find observations with same content for one variableI would like to find out which observations have the same content for one variable. Is there a comma…
T-TEST interpretationI’m testing the significance of a predictor through a t-test, after having made an univariate analys…
Using and interpreting coefficients of categorical variables in Probit Marginal AnalysisI am writing my bachelor's thesis that aims to investigate how a liberal outlook affects one's incom…
Subscribe to:
Post Comments (Atom)
0 Response to estimates of variances in esttab for all the levels
Post a Comment