median_top_10: Median top 10 percentage

View source: R/median_top_10.R

median_top_10R 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)


vvconverter documentation built on June 22, 2024, 10:53 a.m.