| n_borda | R Documentation | 
Calculates Borda scores as rank(x) - 1.
n_borda(x, ties.method = "min")
| x | A numeric vector | 
| ties.method | This argument is passed to  | 
Numeric vector
x <- runif(20)
n_borda(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.