For the batplot command (used to create Bland-Altman plots), I would like to make the markers larger, but when I wrap the scatter plot options in moptions(), everything inside seems to get ignored.
I was wondering if anyone has a solution. Thank you for your time.
ssc install batplot
help batplot
sysuse auto.dta, clear
batplot mpg turn, moptions(msize(large)) /*everything in moptions gets ignored, so changing 'large' to 'small' does not change the plot*/
I was wondering if anyone has a solution. Thank you for your time.
ssc install batplot
help batplot
sysuse auto.dta, clear
batplot mpg turn, moptions(msize(large)) /*everything in moptions gets ignored, so changing 'large' to 'small' does not change the plot*/


Comment