I am using Nick Cox's command bandplot.
How would I suppress the variable name "foreign" in the far left on the output, so that only things displayed were the labels "Domestic" and "Foreign"?
With best wishes and thanks,
Jane
Code:
sysuse auto bandplot (mpg turn) foreign, categorical(foreign)
With best wishes and thanks,
Jane

Comment