02 February 2017 5 8K Report

I am looking to fit gender wise regression lines on the attached graphs. Used the command :

graph twoway (scatter fev predfev if Sex ==0,msymbol(Oh))(scatter fev predfev if Sex ==1,msymbol(S))

How to combine lfit?

Similar questions and discussions