| Date: | Thu, 8 Apr 2010 09:15:25 -0400 |
| Reply-To: | Randall Powers <powers_r@BLS.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Randall Powers <powers_r@BLS.GOV> |
| Subject: | producing side by side box plots |
|---|
Hello All,
I have a SAS program that produces 1000 observations with 15 variables. The
variables are c1-c7, n1-n7, and Cost.
What I'd like is three sets of box plots. The first would have side by side
(for purposes of comparison) box plots of c1-c7, the second would have side
by side box plots of n1-n7, and the third simply a box plot of Cost.
Obviously, I can produce separate box plots of each variable using proc
univariate, but it's the side by side comparison aspect that I'm really
interested in.
I'm not really very familiar with PROC Boxplot. Is that what I want? If so,
what would my two variables be for the plot statement.
Any ideas would be appreciated.
Thanks!
|