Generate the ranks that are partitioned into three groups and
create an output data set. GROUPS=3 assigns one of three possible group
values (0,1,2) to each swimmer for each stroke. OUT= creates the output data
set RANKPAIR.
proc rank data=pairs out=rankpair groups=3;