I run a loop of quantile regressions as follows:
global ylist DvWEM
forvalues i = 0.05(0.1)0.95 {
qreg $ylist i.Gender i.DvAgeGrp5 i.GenderAge i.DvCH, q(`i') allbaselevels
}
I am wondering how I can incorporate 'est store' and 'esttab' commands into the above loop to show the estimation results in one table? Any advice is appreciated.
Related Posts with A question of storing and showing estimation results
Hypothesis testingHey there! I am currently trying to reproduce the estimation results of Alan Kruegers "Experimental…
"Reshape" problems: non-constant number of variables over timeDear all, I looked for similar queries and couldn't find any, but of course, if you know of other "…
Python: Importing pandas (and other packages) into STATA 16I am running STATA 16 and installed Anaconda to be able to run python code from STATA. The installat…
Why no vIf in binary logistic RegressionDear Statalist, in my pursuit to asses whether there is multicollinearity in my model or not, I rea…
residual diagnostics using mixedDear all, I'm having some problems with the residual diagnostics of my multilevel model in Stata (u…
Subscribe to:
Post Comments (Atom)
0 Response to A question of storing and showing estimation results
Post a Comment