The GLM Procedure

ODS Table Names

PROC GLM assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 42.13. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Table 42.13: ODS Tables Produced by PROC GLM

ODS Table Name

Description

Statement / Option

Aliasing

Type 1,2,3,4 aliasing structure

MODEL / (E1 E2 E3 or E4) and ALIASING

AltErrContrasts

ANOVA table for contrasts with alternative error

CONTRAST / E=

AltErrTests

ANOVA table for tests with alternative error

TEST / E=

Bartlett

Bartlett’s homogeneity of variance test

MEANS / HOVTEST=BARTLETT

CLDiffs

Multiple comparisons of pairwise differences

MEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)

CLDiffsInfo

Information for multiple comparisons of pairwise differences

MEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)

CLMeans

Multiple comparisons of means with confidence/comparison
interval

MEANS / CLM

CLMeansInfo

Information for multiple comparison of means with confidence/comparison interval

MEANS / CLM

CanAnalysis

Canonical analysis

(MANOVA or REPEATED)
/ CANONICAL

CanCoef

Canonical coefficients

(MANOVA or REPEATED)
/ CANONICAL

CanStructure

Canonical structure

(MANOVA or REPEATED)
/ CANONICAL

CharStruct

Characteristic roots and vectors

(MANOVA / not CANONICAL) or (REPEATED / PRINTRV)

ClassLevels

Classification variable levels

CLASS statement

ContrastCoef

L matrix for contrast or estimate

CONTRAST / E or ESTIMATE / E

Contrasts

ANOVA table for contrasts

CONTRAST statement

DependentInfo

Simultaneously analyzed dependent variables

default when there are multiple dependent variables with different patterns of missing values

Diff

PDiff matrix of least squares means

LSMEANS / PDIFF=ALL and
more than two LS-means

Epsilons

Greenhouse-Geisser and Huynh-Feldt epsilons

REPEATED statement

ErrorSSCP

Error SSCP matrix

(MANOVA or REPEATED)
/ PRINTE

EstFunc

Type 1,2,3,4 estimable functions

MODEL / (E1 E2 E3 or E4)

Estimates

Estimate statement results

ESTIMATE statement

ExpectedMeanSquares

Expected mean squares

RANDOM statement

FitStatistics

R-Square, Coeff Var, Root MSE, and dependent mean

default

GAliasing

General form of aliasing
structure

MODEL / E and ALIASING

GEstFunc

General form of estimable
functions

MODEL / E

HOVFTest

Homogeneity of variance
ANOVA

MEANS / HOVTEST

HypothesisSSCP

Hypothesis SSCP matrix

(MANOVA or REPEATED)
/ PRINTH

InvXPX

inv($\mb {X’X}$) matrix

MODEL / INVERSE

LSMeanCL

Confidence interval for LS-means

LSMEANS / CL

LSMeanCoef

Coefficients of least squares means

LSMEANS / E

LSMeanDiffCL

Confidence interval for LS-mean differences

LSMEANS / PDIFF and CL

LSMeans

Least squares means

LSMEANS statement

LSMLines

Least squares means comparison lines

LSMEANS / PDIFF=ALL LINES

MANOVATransform

Multivariate transformation
matrix

MANOVA / M=

MCLines

Multiple comparisons LINES output

MEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM))
or (Equal cells and not CLDIFF)

MCLinesInfo

Information for multiple comparison LINES output

MEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM))
or (Equal cells and not CLDIFF)

MCLinesRange

Ranges for multiple range MC tests

MEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM))
or (Equal cells and not CLDIFF)

MatrixRepresentation

X matrix element
representation

as needed for other options

Means

Group means

MEANS statement

ModelANOVA

ANOVA for model terms

default

MultStat

Multivariate tests

MANOVA statement

NObs

Number of observations

default

OverallANOVA

Overall ANOVA

default

ParameterEstimates

Estimated linear model
coefficients

MODEL / SOLUTION

PartialCorr

Partial correlation matrix

(MANOVA or REPEATED)
/ PRINTE

PredictedInfo

Predicted values info

MODEL / P or CLM or CLI

PredictedValues

Predicted values

MODEL / P or CLM or CLI

QForm

Quadratic form for expected mean squares

RANDOM / Q

RandomModelANOVA

Random-effect tests

RANDOM / TEST

RepeatedLevelInfo

Correspondence between dependents and repeated measures levels

REPEATED statement

RepeatedTransform

Repeated measures transformation matrix

REPEATED / PRINTM

SimDetails

Details of difference quantile simulation

LSMEANS
/ ADJUST=SIMULATE(REPORT)

SimResults

Evaluation of difference quantile simulation

LSMEANS
/ ADJUST=SIMULATE(REPORT)

SlicedANOVA

Sliced-effect ANOVA table

LSMEANS / SLICE

Sphericity

Sphericity tests

REPEATED / PRINTE

Tests

Summary ANOVA for specified MANOVA H= effects

MANOVA / H= SUMMARY

Tolerances

$\mb {X’X}$ tolerances

MODEL / TOLERANCE

Welch

Welch’s ANOVA

MEANS / WELCH

XPX

$\mb {X’X}$ matrix

MODEL / XPX


With the PDIFF or TDIFF option in the LSMEANS statement, the p/t-values for differences are displayed in columns of the LSMeans table for PDIFF/TDIFF=CONTROL or PDIFF/TDIFF=ANOM, and for PDIFF/TDIFF=ALL when there are only two LS-means. Otherwise (for PDIFF/TDIFF=ALL when there are more than two LS-means), the p/t-values for differences are displayed in a separate table called Diff.