Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The NPAR1WAY Procedure

FREQ Statement

FREQ variable ;

The FREQ statement names a variable that provides frequencies for each observation in the DATA= data set. Specifically, if n is the value of the FREQ variable for a given observation, then that observation is used n times. The analysis produced using a FREQ statement reflects the expanded number of observations.

If the value of the FREQ variable is missing or is less than one, PROC NPAR1WAY does not use the observation in the analysis. If the value is not an integer, PROC NPAR1WAY uses only the integer portion.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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