Is there any way to change the symbol for the 11th observation to an
"x" instead of a dot?
gen id = _n
labmask id, val(names)
twoway (rspike urr lrr id) (scatter rr id), xlabel(1/11, valuelabel
angle(45)) ///
xtitle("", size(*0.8)) ytitle("Odds Ratio") title("")
legend(off) yline(1.34)
names str18 %18s
rr float %9.0g
lrr float %9.0g
urr float %9.0g
Stata 9
Thank you.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/