|
Chapter Contents |
Previous |
Next |
| The GLM Procedure |
The following table summarizes options available in the MODEL statement.
| Task | Options | |
| Produce tests for the intercept | INTERCEPT | |
| Omit the intercept parameter from model | NOINT | |
| Produce parameter estimates | SOLUTION | |
| Produce tolerance analysis | TOLERANCE | |
| Suppress univariate tests and output | NOUNI | |
| Display estimable functions | E | |
| E1 | ||
| E2 | ||
| E3 | ||
| E4 | ||
| ALIASING | ||
| Control hypothesis tests performed | SS1 | |
| SS2 | ||
| SS3 | ||
| SS4 | ||
| Produce confidence intervals | ALPHA= | |
| CLI | ||
| CLM | ||
| CLPARM | ||
| Display predicted and residual values | P | |
| Display intermediate calculations | INVERSE | |
| XPX | ||
| Tune sensitivity | SINGULAR= | |
| ZETA= |
These options are described in the following list.
![[(X'X)^- & (X'X)^-X'Y \ Y'X(X'X)^- & Y'Y - Y'X(X'X)^-X'Y
]](images/glmeq23.gif)
The C value adjusts the check to the relative scale of the variable. The C value is equal to the corrected sum of squares for the variable, unless the corrected sum of squares is 0, in which case C is 1. If you specify the NOINT option but not the ABSORB statement, PROC GLM uses the uncorrected sum of squares instead.
The default value of the SINGULAR= option, 10-7, may be too small, but this value is necessary in order to handle the high-degree polynomials used in the literature to compare regression routines.
![[X'X & X'Y \ Y'X & Y'Y
]](images/glmeq24.gif)
Although it is possible to generate data for which this absolute check can be defeated, the check suffices in most practical examples. Additional research needs to be performed to make this check relative rather than absolute.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.