Previous Page | Next Page

The BOXPLOT Procedure

Syntax: BOXPLOT Procedure

The syntax for the BOXPLOT procedure is as follows:

PROC BOXPLOT options ;
BY variables ;
ID variables ;
INSET keywords </options> ;
INSETGROUP keywords </ options> ;
PLOT analysis-variable*group-variable <(block-variables)> <=symbol-variable> </ options > ;

Both the PROC BOXPLOT and PLOT statements are required. You can specify any number of PLOT statements within a single PROC BOXPLOT invocation.

Previous Page | Next Page | Top of Page