Has anyone used the user-written command binscatter and knows who to control the size of markers? msize is not allowed as an option.
-
Login or Register
- Log in with
sysuse nlsw88, clear binscatter tenure wage, savedata(bs)
insheet using bs.csv
twoway (scatter tenure wage, mcolor(navy) lcolor(maroon) msize(huge)) (function 0*x^2+.1698445727245917*x+4.654345060114545, range(2.404710731230491 27.06101347089888) lcolor(maroon)), graphregion(fcolor(white)) xtitle(wage) ytitle(tenure) legend(off order())
Comment