The GLIMMIX Procedure

 

ODS Graph Names

The GLIMMIX procedure does not produce graphs by default. You can reference every graph produced through ODS Graphics with a name. The names of the graphs that PROC GLIMMIX generates are listed in Table 40.21, along with the required statements and options.

Table 40.21 Graphs Produced by PROC GLIMMIX

ODS Graph Name

Plot Description

Option

AnomPlot

Plot of LS-mean differences against the average LS-mean

PLOTS=ANOMPLOT
LSMEANS / PLOTS=ANOMPLOT

Boxplot

Box plots of residuals and/or observed values for model effects

PLOTS=BOXPLOT

ControlPlot

Plot of LS-mean differences against a control level

PLOTS=CONTROLPLOT
LSMEANS / PLOTS=CONTROLPLOT

DiffPlot

Plot of LS-mean pairwise differences

PLOTS=DIFFPLOT
LSMEANS / PLOTS=DIFFPLOT

MeanPlot

Plot of least squares means

PLOTS=MEANPLOT
LSMEANS / PLOTS=MEANPLOT

ORPlot

Plot of odds ratios

PLOTS=ODDSRATIO

PearsonBoxplot

Box plot of Pearson residuals

PLOTS=PEARSONPANEL(UNPACK)

PearsonByPredicted

Pearson residuals vs. mean

PLOTS=PEARSONPANEL(UNPACK)

PearsonHistogram

Histogram of Pearson residuals

PLOTS=PEARSONPANEL(UNPACK)

PearsonPanel

Panel of Pearson residuals

PLOTS=PEARSONPANEL

PearsonQQplot

Q-Q plot of Pearson residuals

PLOTS=PEARSONPANEL(UNPACK)

ResidualBoxplot

Box plot of (raw) residuals

PLOTS=RESIDUALPANEL(UNPACK)

ResidualByPredicted

Residuals vs. mean or linear predictor

PLOTS=RESIDUALPANEL(UNPACK)

ResidualHistogram

Histogram of (raw) residuals

PLOTS=RESIDUALPANEL(UNPACK)

ResidualPanel

Panel of (raw) residuals

PLOTS=RESIDUALPANEL

ResidualQQplot

Q-Q plot of (raw) residuals

PLOTS=RESIDUALPANEL(UNPACK)

StudentBoxplot

Box plot of studentized residuals

PLOTS=STUDENTPANEL(UNPACK)

StudentByPredicted

Studentized residuals vs. mean or linear predictor

PLOTS=STUDENTPANEL(UNPACK)

StudentHistogram

Histogram of studentized residuals

PLOTS=STUDENTPANEL(UNPACK)

StudentPanel

Panel of studentized residuals

PLOTS=STUDENTPANEL

StudentQQplot

Q-Q plot of studentized residuals

PLOTS=STUDENTPANEL(UNPACK)

When ODS Graphics is enabled, the SLICE statement can produce plots that are associated with its analysis. For information about these plots, see the section SLICE Statement of Chapter 19, Shared Concepts and Topics.