EXACT Statement
- EXACT statistic-options < / computation-options >
;
The EXACT statement requests exact tests for the specified
statistics. Optionally, PROC NPAR1WAY computes Monte Carlo
estimates of the exact p-values. The statistic-options
specify the statistics for which to provide exact tests.
The computation-options specify options for the computation
of exact statistics.
The following new statistic-option is now available in the
EXACT statement:
- KS
-
requests the exact Kolmogorov-Smirnov test for two-sample
data.
The following new computation-option is now available in the
EXACT statement after the slash (/):
- POINT
-
requests exact point probabilities for the test statistics.
The POINT option is available for all EXACT statement
statistic-options. The POINT option is not available
with the MC option, which provides Monte Carlo estimation of
exact p-values instead of direct exact p-value computation.
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.