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
stcompetDear Stata Forum, My research question: Among people who have had a kidney transplant, what are sur…
How to generate Hosmer Lemeshow test/ goodness of fit in the case of xtlogit, re?Hi, After conducting xtlogit, re (logistic regression for panel data), how do I check the goodness …
How to Fit Non-Linear Regressions with Scatter PlotDear Statalists, I really need help now. Thanks in advance. In the below code chunk, I would like …
Reducing space between columns using frmttableHi. I'm trying to fit a multicolumn table in word using the stata command "frmttable". The spacing b…
Anova problemDear Statalisters, I haven't done anova in Stata since the advent of great 'xt/mixed'. But for part…
Subscribe to:
Post Comments (Atom)
0 Response to A question of storing and showing estimation results
Post a Comment