Is there a way to plot a series of pairwise box plots with stata 12?
using: graph box variable1-variable10, over(sex) I obtain 10 plots 1 to 10 for males, followed by 10 more for females.
What I need is to group them so that variable1 for males is close to variable1 for females, then var2 for males and females, and so forth
It is probably simple, and I may be missing something obvious, but I studied the help and searched the web without finding a solution
thanks, piersante
using: graph box variable1-variable10, over(sex) I obtain 10 plots 1 to 10 for males, followed by 10 more for females.
What I need is to group them so that variable1 for males is close to variable1 for females, then var2 for males and females, and so forth
It is probably simple, and I may be missing something obvious, but I studied the help and searched the web without finding a solution
thanks, piersante
Comment