The NPAR1WAY Procedure

Syntax: NPAR1WAY Procedure

The following statements are available in the NPAR1WAY procedure:

  • PROC NPAR1WAY < options > ;

  • BY variables;

  • CLASS variable;

  • EXACT statistic-options < / computation-options > ;

  • FREQ variable;

  • OUTPUT < OUT=SAS-data-set > < output-options > ;

  • STRATA variables < options > ;

  • VAR variables;

The PROC NPAR1WAY statement invokes the NPAR1WAY procedure. The PROC NPAR1WAY and CLASS statements are required. Table 83.1 summarizes the statements available in the NPAR1WAY procedure.

The rest of this section provides detailed syntax information for each of these statements, beginning with the PROC NPAR1WAY statement. The remaining statements are described in alphabetical order.

Table 83.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

STRATA

Identifies strata variables

VAR

Identifies analysis variables