weighted.rank {cNORM} | R Documentation |
Weighted rank estimation
Description
Conducts weighted ranking on the basis of sums of weights per unique raw score. Please provide a vector with raw values and an additional vector with the weight of each observation. In case the weight vector is NULL, a normal ranking is done. The vectors may not include NAs and the weights should be positive non-zero values.
Usage
weighted.rank(x, weights = NULL)
Arguments
x |
A numerical vector |
weights |
A numerical vector with weights; should have the same length as x |
Value
the weighted absolute ranks
[Package cNORM version 3.1.0 Index]