median_top_10 {vvconverter} | R Documentation |
Median top 10 percentage
Description
Calculate the median of the top ten percentage of the values.
Usage
median_top_10(x, na.rm = FALSE)
Arguments
x |
A numerical vector |
na.rm |
Default TRUE: Remove NAs, before calculations. |
Value
A numerical value
Examples
median_top_10(mtcars$cyl)
[Package vvconverter version 0.5.10 Index]