In SAS 9.2 and later
releases, users can generate ODS graphs automatically from SAS analytical
procedures, which can produce the graphs along with the tabular data.
These graphs can be produced automatically by enabling ODS Graphics
using the following statement:
ods graphics on </ options>;
After ODS Graphics is
enabled, the graphs defined as part of any procedure's output are
written to the active ODS destinations. Users can control the specific
graphs produced by using the PLOTS= options on the procedure statement
or by using the ODS SELECT and ODS EXCLUDE statements.
The
procedures that support ODS graphics are listed in the following table.
|
|
|
|
|
See Base
SAS Procedures Guide: Statistical Procedures.
|
|
ARIMA |
SIMILARITY |
AUTOREG |
SYSLIN |
ENTROPY |
TIMESERIES |
ESM |
UCM |
EXPAND |
VARMAX |
MODEL |
X12 |
PANEL |
|
See SAS/ETS
User's Guide.
|
|
|
See SAS High-Performance
Forecasting: User's Guide.
|
|
ANOM |
PARETO |
CAPABILITY |
RELIABILITY |
CUSUM |
SHEWHART |
MACONTROL |
|
|
|
|
See SAS Risk
Dimensions: Procedures Guide.
|
|
ANOVA |
LIFEREG |
PROBIT |
BOXPLOT |
LIFETEST |
QUANTREG |
CALIS |
LOESS |
REG |
CLUSTER |
LOGISTIC |
ROBUSTREG |
CORRESP |
MCMC |
RSREG |
FACTOR |
MDS |
SEQDESIGN |
FREQ |
MI |
SEQTEST |
GAM |
MIXED |
SIM2D |
GENMOD |
MULTTEST |
TCALIS |
GLIMMIX |
NPAR1WAY |
TRANSREG |
GLM |
PHREG |
TTEST |
GLMSELECT |
PLS |
VARIOGRAM |
KDE |
PRINCOMP |
KRIGE2D |
PRINQUAL |
|
See the primer and syntax
sections in the discussion of statistical graphics using ODS in SAS Graph Template Language: Reference.
|