PROC REG 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 about ODS, see Chapter 20: Using the Output Delivery System.
Table 85.12: ODS Tables Produced by PROC REG
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ACovEst |
Consistent covariance of |
MODEL |
ALL, ACOV |
ACovTestANOVA |
Test ANOVA using ACOV |
TEST |
ACOV (MODEL statement) |
ANOVA |
Model ANOVA table |
MODEL |
Default |
CanCorr |
Canonical correlations for |
MTEST |
CANPRINT |
CollinDiag |
Collinearity Diagnostics |
MODEL |
COLLIN |
CollinDiagNoInt |
Collinearity Diagnostics for no intercept model |
MODEL |
COLLINOINT |
ConditionBounds |
Bounds on condition |
MODEL |
(SELECTION=BACKWARD | FORWARD | STEPWISE | MAXR | MINR) and DETAILS |
Corr |
Correlation matrix for |
PROC |
ALL, CORR |
CorrB |
Correlation of estimates |
MODEL |
CORRB |
CovB |
Covariance of estimates |
MODEL |
COVB |
CrossProducts |
Bordered model X’X matrix |
MODEL |
ALL, XPX |
DWStatistic |
Durbin-Watson statistic |
MODEL |
ALL, DW |
DependenceEquations |
Linear dependence |
MODEL |
Default if needed |
Eigenvalues |
MTest eigenvalues |
MTEST |
CANPRINT |
Eigenvectors |
MTest eigenvectors |
MTEST |
CANPRINT |
EntryStatistics |
Entry statistics for selection methods |
MODEL |
(SELECTION=BACKWARD | FORWARD | STEPWISE | MAXR | MINR) and DETAILS |
ErrorPlusHypothesis |
MTest error plus hypothesis matrix H+E |
MTEST |
|
ErrorSSCP |
MTest error matrix E |
MTEST |
|
FitStatistics |
Model fit statistics |
MODEL |
Default |
HypothesisSSCP |
MTest hypothesis matrix |
MTEST |
|
InvMTestCov |
Inv(L Ginv(X’X) L’) and |
MTEST |
DETAILS |
InvTestCov |
Inv(L Ginv(X’X) L’) and |
TEST |
|
InvXPX |
Bordered X’X inverse matrix |
MODEL |
I |
MTestCov |
L Ginv(X’X) L’ and Lb-c |
MTEST |
DETAILS |
MTransform |
MTest matrix M, across |
MTEST |
DETAILS |
MultStat |
Multivariate test statistics |
MTEST |
Default |
NObs |
Number of observations |
Default |
|
OutputStatistics |
Output statistics table |
MODEL |
ALL, CLI, CLM, |
PartialData |
Partial regression leverage data |
MODEL |
PARTIALDATA |
ParameterEstimates |
Model parameter estimates |
MODEL |
Default if SELECTION= is not specified |
RemovalStatistics |
Removal statistics for |
MODEL |
(SELECTION=BACKWARD | STEPWISE | MAXR | MINR) and DETAILS |
ResidualStatistics |
Residual statistics and |
MODEL |
ALL, CLI, CLM, |
SelParmEst |
Parameter estimates for |
MODEL |
SELECTION=BACKWARD | FORWARD | STEPWISE | MAXR | MINR |
SelectionSummary |
Selection summary for |
MODEL |
SELECTION=BACKWARD | FORWARD | STEPWISE |
SeqParmEst |
Sequential parameter |
MODEL |
SEQB |
SimpleStatistics |
Simple statistics for analysis variables |
PROC |
ALL, SIMPLE |
SpecTest |
White’s heteroscedasticity test |
MODEL |
ALL, SPEC |
SubsetSelSummary |
Selection summary for |
MODEL |
SELECTION=RSQUARE | ADJRSQ | CP |
TestANOVA |
Test ANOVA table |
TEST |
Default |
TestCov |
L Ginv(X’X) L’ and Lb-c |
TEST |
|
USSCP |
Uncorrected SSCP matrix for analysis variables |
PROC |
ALL, USSCP |