how would I go about producing s graph like this in STATA, what would be the commands?
Any help will be appreciated, thank you.
Any help will be appreciated, thank you.
webuse nlswork, clear
sample 5
tw scatter ln_wage ind_code , by(union) || lowess ln_wage ind_code , by(union, leg(off) note(""))
webuse nlswork, clear
sample 5
tw scatter ln_wage ind_code , by(union) || lowess ln_wage ind_code , by(union, leg(off) note(""))
Comment