powered by
Calculates Borda scores as rank(x) - 1.
rank(x) - 1
n_borda(x, ties.method = "min")
Numeric vector
A numeric vector
This argument is passed to base::rank() - see there for details.
base::rank()
x <- runif(20) n_borda(x)
Run the code above in your browser using DataLab