Class | Analysis and data manipulation command |
Name | rank |
Arguments | <trait> <rank> |
Write the ranks of a quantitative trait to the quantitative variable rank.
Example:
>> set loc trait qua >> read cases inline 1 12.3 2 7.8 3 14.2 4 1 ;;;; run set loc r qua rank trait r >> wri Writing 4 pedigrees: ! ! S ! e ! x trait r ! 1 1 x x x 12.3000 3.0000 2 2 x x x 7.8000 2.0000 3 3 x x x 14.2000 4.0000 4 4 x x x 1.0000 1.0000
<< (normality) | Up to index | >> (blom) |