Clustered boxplots with GGRAPH

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Clustered boxplots with GGRAPH

la volta statistics
Sorry for posting that agin. I recived a meaasage from the list server, that
my message has being returned unprocessed.

I have a dataset with one categorical variable (age_grp) and two scale
variables (r07_sys and Q07_sys).
I would like to produce a boxplot chart with the two scale variables
clustered to the categorical variable.
With the classical graph syntax that would look like that:
EXAMINE
  VARIABLES=r07_sys Q07_sys BY Age_grp /COMPARE VARIABLE/PLOT=BOXPLOT
 /STATISTICS=NONE/NOTOTAL
  /MISSING=LISTWISE .

How would I do that using the GPL GGRAPH syntax?
Thanks, Christian