Chapter Contents |
Previous |
Next |
The REPORT Procedure |
See also: | For information about calculating weighted statistics see Calculating Weighted Statistics . For an example that uses the WEIGHT statement, see Example . |
WEIGHT variable; |
Required Arguments |
Weight value... | PROC REPORT... |
0 | counts the observation in the total number of observations |
less than 0 | converts the value to zero and counts the observation in the total number of observations |
missing | excludes the observation |
Tip: | When you use the WEIGHT statement, consider which value of the VARDEF= option is appropriate. See VARDEF= and the calculation of weighted statistics in Keywords and Formulas for more information. |
Note: Prior to Version 7 of the SAS System,
the procedure did not exclude
the observations with missing weights from the count of observations.
Weight Information Is Not Saved |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.