TEST <model-effects> </ options>;
The TEST statement enables you to perform F tests for model effects that test Type I, Type II, or Type III hypotheses. See ChapterĀ 15: The Four Types of Estimable Functions in SAS/STAT 14.1 User's Guide, for details about the construction of Type I, II, and III estimable functions.
Table 17.56 summarizes the options available in the TEST statement.
Table 17.56: TEST Statement Options
Option |
Description |
---|---|
CHISQ |
Requests chi-square tests |
DDF= |
Specifies denominator degrees of freedom for fixed effects |
E |
Requests Type I, Type II, and Type III coefficients |
E1 |
Requests Type I coefficients |
E2 |
Requests Type II coefficients |
E3 |
Requests Type III coefficients |
HTYPE= |
Indicates the type of hypothesis test to perform |
INTERCEPT |
Adds a row that corresponds to the overall intercept |
For details about the syntax of the TEST statement, see the section TEST Statement in SAS/STAT 14.1 User's Guide in ChapterĀ 19: Shared Concepts and Topics in SAS/STAT 14.1 User's Guide.