Feb 17, 2016

Random graphs (59): Plotting regression coefficients

reg health i.income i.race i.race i.female age
coefplot, drop(_cons) baselevels xline(0) xlabel(0 (.25) 1.5, format(%6.2f)) ///
          headings(0.income = {bf:Income} 0.race ={bf:Race} 0.female = {bf:Sex}) ///
          coeflabels(age = "{bf:Age}") xscale(alt) xtitle("Regression coefficient")