View source: R/median_top_10.R
median_top_10 | R Documentation |
Calculate the median of the top ten percentage of the values.
median_top_10(x, na.rm = FALSE)
x |
A numerical vector |
na.rm |
Default TRUE: Remove NAs, before calculations. |
A numerical value
median_top_10(mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.