Previous Page | Next Page

The SGPANEL Procedure

Procedure Syntax


Requirements: The PANELBY statement and at least one plot statement are required.

PROC SGPANEL < option(s)>;
PANELBY variable(s)< /option(s)>;
BAND X= variable | Y= variable
UPPER= numeric-value | numeric-variable LOWER= numeric-value | numeric-variable
</option(s)>;
COLAXIS <option(s)>;
DENSITY response-variable </option(s)>;
DOT category-variable </option(s)>;
HBAR category-variable </option(s)>;
HBOX response-variable </option(s)>;
HISTOGRAM response-variable </option(s)>;
HLINE category-variable </option(s)>;
KEYLEGEND <"name(s)"> </option(s)>;
LOESS X= numeric-variable Y= numeric-variable </option(s)>;
NEEDLE X= variable Y= numeric-variable </option(s)>;
PBSPLINE X= numeric-variable Y= numeric-variable </option(s)>;
REFLINE value(s) </option(s)>;
REG X= numeric-variable Y= numeric-variable </option(s)>;
ROWAXIS <option(s)>;
SCATTER X= variable Y= variable </option(s)>;
SERIES X= variable Y= variable </option(s)>;
STEP X= variable Y= variable </option(s)>;
VBAR category-variable </option(s)>;
VBOX response-variable </option(s)>;
VECTOR X= numeric-variable Y= numeric-variable </option(s)>;
VLINE category-variable </option(s)>;

Previous Page | Next Page | Top of Page