Statistic to Compute
Choose the rowwise statistic to compute for each group of columns.
The following table summarizes the available options:
Statistic |
Description |
CSS |
Returns the corrected sum of squares. |
CV |
Returns the coefficient of variation. |
IQR |
Returns the interquartile range. |
Kurtosis |
Returns the kurtosis. |
MAD |
Returns the median absolute deviation from the median. |
Max |
Returns the largest value. |
Mean |
Returns the arithmetic mean (average). |
Median |
Computes median values. |
Min |
Returns the smallest value. |
N |
Returns the number of nonmissing values. |
NMiss |
Returns the number of missing values. |
PCTL |
Computes percentile. |
Skewness |
Returns the skewness. |
Std |
Returns the standard deviation. |
StdErr |
Returns the standard error of the mean. |
Sum |
Returns the sum of the nonmissing arguments. |
USS |
Returns the uncorrected sum of squares. |
Var |
Returns the variance. |
Refer to "Descriptive Statistics Functions and Subroutines" in the SAS Documentation for additional details.
To Specify a Statistic to Compute:
8 | Left-click the drop-down list to show the choices for statistics. |
8 | Left-click the desired statistic to compute. |