Syntax: NPAR1WAY Procedure

The following statements are available in PROC NPAR1WAY:

PROC NPAR1WAY <options> ;
BY variables ;
CLASS variable ;
EXACT statistic-options </ computation-options> ;
FREQ variable ;
OUTPUT <OUT=SAS-data-set> <options> ;
VAR variables ;

Both the PROC NPAR1WAY statement and the CLASS statement are required for the NPAR1WAY procedure.

The rest of this section gives detailed syntax information for the BY, CLASS, EXACT, FREQ, OUTPUT, and VAR statements in alphabetical order after the description of the PROC NPAR1WAY statement. Table 64.1 summarizes the basic function of each PROC NPAR1WAY statement.

Table 64.1 Summary of PROC NPAR1WAY Statements

Statement

Description

BY

Provides separate analyses for each BY group

CLASS

Identifies the classification variable

EXACT

Requests exact tests

FREQ

Identifies a frequency variable

OUTPUT

Requests an output data set

VAR

Identifies analysis variables