The TTEST Procedure

WEIGHT Statement

  • WEIGHT variable;

The WEIGHT statement weights each observation in the input data set by the value of the variable. The values of the variable can be nonintegral, and they are not truncated. Observations that have negative, zero, or missing values for the variable are not used in the analyses. Each observation is assigned a weight of 1 when the WEIGHT statement is not used. The WEIGHT statement cannot be used with an input data set of summary statistics.

Last updated: December 09, 2022