Here is how I did this problem.
predict e_inj, mu
predict dev, standardized deviance
generate e_rate = e_inj/ childyrs
lowess dev e_inj, bwidth(0.2) msymbol(Oh)
count if dev>2 dev < -2
list dev e_inj inj_dth if dev>2 & inj_dth >= 2
MIKE
Thursday, April 10, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment