|
Chapter Contents |
Previous |
Next |
| The FREQ Procedure |
The TEST statement requests asymptotic tests for the specified measures of association and measures of agreement. You must use a TABLES statement with the TEST statement.
For each measure of association or agreement that you specify, the TEST statement provides an asymptotic test that the measure equals zero. When you request an asymptotic test, PROC FREQ gives the asymptotic standard error under the null hypothesis, the test statistic, and the p-values. Additionally, PROC FREQ reports the confidence bounds for that measure. The ALPHA= option in the TABLES statement determines the confidence level, which by default equals 0.05 and provides 95% confidence bounds.
For more information, see the sections "Asymptotic Tests" and "Confidence Bounds", and see the "Statistical Computations" sections describing the individual measures.
In addition to these asymptotic tests, exact tests for selected measures of association and agreement are available with the EXACT statement. See the section "EXACT Statement" for more information.
Table 26.10: TEST Statement Options and Required TABLES Statement Options
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.