See the options -omitted- and -baselevels- in
Code:
help coefplot
estimates use model1.ster
estimates store model1
coefplot sector1 sector2 sector3 sector4 sector5, ///
> keep(lndistw) ///
> xline(0) ///
> ciopts(recast(rcap) color(blue)) ///
> msymbol(O) ///
> ytitle("Coefficient of lndistw") ///
> xtitle("Model") ///
> xlabel(1 "sector1" 2 "sector2" 3 "sector3" 4 "sector4" 5 "sector5", angle(0) labsize(medium)) ///
> vertical
Comment