I am using coefplot command to represent my results from different regressions.
Code:
reg nchild hhincome i.educ i.metro i.race i.citizen i.empstat uhrswork, robust margins, at(hhincome=(0(100000)1000000)) post estimates store OLS xtreg nchild inctot inctot_sp fem_inc fem_spinc female i.educ i.metro i.race i.citizen i.empstat uhrswork, r fe margins, at(inctot=(0(100000)1000000)) post estimates store FE_male xtreg nchild inctot inctot_sp fem_inc fem_spinc female i.educ i.metro i.race i.citizen i.empstat uhrswork, r fe margins, at(fem_inc=(0(100000)1000000)) post estimates store FE_female coefplot OLS FE_male FE_female, ytitle(Number of Children) xtitle(Income in Dollars) at recast(line) lwidth(*2)
0 Response to Using coefplot
Post a Comment