median_top_10 {vvconverter} | 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)