R/rank_fraction.R

#' @export
rank_fraction <- function (x, ties.method = "min", ...) {
  rank(-x, ties.method = ties.method, ...) / length(x)
}
BAAQMD/qtytools documentation built on June 30, 2022, 6:07 p.m.