log using FramSunflower.log, replace * FramSunflower.log * * Framingham data set: Exploratory analysis of sbp and bmi * set more on use 2.20.Framingham.dta, clear sunflower sbp bmi more sunflower dbp bmi, binwidth(0.85) /// ylabel(50 (20) 150, angle(0)) ytick(40 (5) 145) /// xlabel(20 (5) 55) xtick(16 (1) 58) /// legend(position(5) ring(0) cols(1)) /// addplot(lfit dbp bmi, color(green) /// || lowess dbp bmi , bwidth(.2) color(cyan) ) log close