![]() Chapter Contents |
![]() Previous |
![]() Next |
| The RANK Procedure |
| Computer Resources |
PROC RANK stores all values in memory of the variables for which it computes ranks.
| Statistical Applications |
Ranks are useful for investigating the distribution of values for a variable. The ranks divided by n or n+1 form values in the range 0 to 1, and these values estimate the cumulative distribution function. You can apply inverse cumulative distribution functions to these fractional ranks to obtain probability quantile scores, which you can compare to the original values to judge the fit to the distribution. For example, if a set of data has a normal distribution, the normal scores should be a linear function of the original values, and a plot of scores versus original values should be a straight line.
Many nonparametric methods are based on analyzing ranks of a variable:
approximation used by Kruskal-Wallis. This test can be
extended to other rank scores (Quade 1966).
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.