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
svy:logit has more observations than simple logit commandI am working with survey data and use the svy command before running my logit regression as follows:…
qq PlotsHello everbody, I have estimated parameter alpha for each participant with six different methods. I…
ttesti equivalent of oneway ANOVAHi all, I need to compare means of a parameter of 8 groups (independent). I do have SD but I do not…
repeated-measure vs. nested anova problemsI think I want to use Repeated-Measure Anova command, "anova, repeated ()" or "wsanova" commands bas…
Help with Recoding with Multiple LoopsHello, I have a series of variables that looks like job[i]_sched[y]. [i] varies from 1 to 6. [y] var…
Subscribe to:
Post Comments (Atom)
0 Response to A question of storing and showing estimation results
Post a Comment