-
Login or Register
- Log in with
. sysuse auto, clear (1978 Automobile Data) . separate mpg, by(foreign) veryshortlabel storage display value variable name type format label variable label --------------------------------------------------------------------------------------------------------------------------------------------------------- mpg0 byte %8.0g Domestic mpg1 byte %8.0g Foreign . graph box mpg? . graph box mpg? , box(1, color(red)) box(2, color(blue)) . graph box mpg, over(foreign) asyvars . graph box mpg, over(foreign) asyvars box(1, color(red)) box(2, color(blue)) . graph box mpg, over(foreign) asyvars box(1, color(red)) box(2, color(blue)) marker(1, mc(red)) marker(2, mc(blue)) .
sysuse auto graph box mpg, over(foreign) asyvar
sysuse auto, clear set scheme s1color graph box mpg, over(foreign) separate mpg, by(foreign) veryshortlabel graph box mpg?
Leave a comment: