Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The NPAR1WAY Procedure

Syntax

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 47.1 summarizes the basic function of each PROC NPAR1WAY statement.

Table 47.1: Summary of PROC NPAR1WAY Statements
Statement Description
BYprovides separate analyses for each BY group
CLASSidentifies the classification variable
EXACTrequests exact tests
FREQidentifies a frequency variable
OUTPUTrequests an output data set
VARidentifies analysis variables

PROC NPAR1WAY Statement

BY Statement

CLASS Statement

EXACT Statement

FREQ Statement

OUTPUT Statement

VAR Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.