PRINT Statement
- PRINT < options > < ANOVA >
< MODELDATA > ;
The PRINT statement enables you to interactively display the
results of
MODEL statement options, produce an ANOVA table, display the
data for variables used in the current model, or redisplay the
options specified in a MODEL or a previous PRINT statement.
In addition, like most other interactive statements in PROC REG,
the PRINT statement implicitly refits the model; thus, effects
of REWEIGHT statements are seen in the resulting tables.
The following specifications can appear in the PRINT statement:
- options
- interactively displays the results of MODEL statement options, where
options is one or more of the following: ACOV,
ALL, CLI, CLM, COLLIN, COLLINOINT, CORRB, COVB, DW,
I, INFLUENCE, P, PARTIAL, PCORR1, PCORR2, R, SCORR1,
SCORR2, SEQB, SPEC, SS1, SS2, STB, TOL, VIF, or XPX.
See the "MODEL Statement" section
for a description of these options.
- ANOVA
- produces the ANOVA table associated with the current model.
This is either the model specified in the last MODEL statement
or the model that incorporates changes made by ADD, DELETE
or REWEIGHT statements after the last MODEL statement.
- MODELDATA
- displays the data for variables used in the current model.
Use the statement
print;
to reprint options in the most recently
specified PRINT or MODEL statement.
Options that require original data values, such as R or
INFLUENCE, cannot be used when a TYPE=CORR, TYPE=COV, or
TYPE=SSCP data set is used as the input data set to PROC REG.
See the "Input Data Sets" section for more detail.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.