prank | R Documentation |
Compute percentile rank
prank(x)
x |
A vector |
x <- c(1, 2, NA, 10)
prank(x)
prank(airquality$Ozone)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.