Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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 the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 30.5: ODS Tables Produced in PROC GLM
ODS Table Name Description Statement / Option
AliasingType 1,2,3,4 aliasing structureMODEL / (E1 E2 E3 or E4) and ALIASING
AltErrContrastsANOVA table for contrasts with alternative errorCONTRAST / E=
AltErrTestsANOVA table for tests with alternative errorTEST / E=
BartlettBartlett's homogeneity of variance testMEANS / HOVTEST=BARTLETT
CLDiffsMultiple comparisons of pairwise differencesMEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)
CLDiffsInfoInformation for multiple comparisons of pairwise differencesMEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)
CLMeansMultiple comparisons of means with confidence/comparison intervalMEANS / CLM
CLMeansInfoInformation for multiple comparison of means with confidence/comparison intervalMEANS / CLM
CanAnalysisCanonical analysis(MANOVA or REPEATED) / CANONICAL
CanCoefficientsCanonical coefficients(MANOVA or REPEATED) / CANONICAL
CanStructureCanonical structure(MANOVA or REPEATED) / CANONICAL
CharStructCharacteristic roots and vectors(MANOVA / not CANONICAL) or (REPEATED / PRINTRV)
ClassLevelsClassification variable levelsCLASS statement
ContrastCoefL matrix for contrastCONTRAST / EST
ContrastsANOVA table for contrastsCONTRAST statement
DependentInfoSimultaneously analyzed dependent variablesdefault when there are multiple dependent variables with different patterns of missing values
DiffPDiff matrix of Least-Squares MeansLSMEANS / PDIFF
EpsilonsGreenhouse-Geisser and Huynh-Feldt epsilonsREPEATED statement
ErrorSSCPError SSCP matrix(MANOVA or REPEATED) / PRINTE
EstFuncType 1,2,3,4 estimable functionsMODEL / (E1 E2 E3 or E4)
EstimatesEstimate statement resultsESTIMATE statement
ExpectedMeanSquaresExpected mean squaresRANDOM statement
FitStatisticsR-Square, C.V., Root MSE, and dependent meandefault
GAliasingGeneral form of aliasing structureMODEL / E and ALIASING
GEstFuncGeneral form of estimable functionsMODEL / E
HOVFTestHomogeneity of variance ANOVAMEANS / HOVTEST
HypothesisSSCPHypothesis SSCP matrix(MANOVA or REPEATED) / PRINTH
Invinv(X'X) matrixMODEL / INVERSE
LSMeanCLConfidence interval for LS-meansLSMEANS / CL
LSMeanCoefCoefficients of Least-Squares MeansLSMEANS / E
LSMeanDiffCLConfidence interval for LS-mean differencesLSMEANS / PDIFF and CL
LSMeansLeast-Squares meansLSMEANS statement
MANOVATransformMultivariate transformation matrixMANOVA / M=
MCLinesMultiple comparisons LINES outputMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MCLinesInfoInformation for multiple comparison LINES outputMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MCLinesRangeRanges for multiple range MC testsMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MTestsMultivariate testsMANOVA statement
MatrixRepresentationX matrix element representationas needed for other options
MeansGroup meansMEANS statement
ModelANOVAANOVA for model termsdefault
NObsNumber of observationsdefault
OverallANOVAOver-all ANOVAdefault
ParameterEstimatesEstimated linear model coefficientsMODEL / SOLUTION
PartialCorrPartial correlation matrix(MANOVA or REPEATED) / PRINTE
PredictedInfoPredicted values infoMODEL / PREDICTED or CLM or CLI
PredictedValuesPredicted valuesMODEL / PREDICTED or CLM or CLI
QFormQuadratic form for expected mean squaresRANDOM / Q
RandomModelANOVARandom effect testsRANDOM / TEST
RepeatedLevelInfoCorrespondence between dependents and repeated measures levelsREPEATED statement
RepeatedTransformRepeated Measures Transformation MatrixREPEATED / PRINTM
SimDetailsDetails of difference quantile simulationLSMEANS / ADJUST=SIMULATE(REPORT)
SimResultsEvaluation of difference quantile simulationLSMEANS / ADJUST=SIMULATE(REPORT)
SlicedANOVASliced effect ANOVA tableLSMEANS / SLICE
SphericitySphericity testsREPEATED / PRINTE
TestsSummary ANOVA for specified MANOVA H= effectsMANOVA / H= SUMMARY
TolerancesX'X TolerancesMODEL / TOLERANCE
WelchWelch's ANOVAMEANS / WELCH
XpXX'X matrixMODEL / XPX

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.