trimmed_mean: The Trimmed Mean

Description Usage Arguments Examples

View source: R/Trimmed_Mean.R

Description

This function allows you to compute the trimmed mean of a numeric vector.

Usage

1
trimmed_mean(x, s, l)

Arguments

s

is the number of low values to cut off.

l

is the number of high values to cut off.

X

is the vector of numeric values.

Examples

1
Trimmed_Mean(iris$Sepal.Length, 1, 1)

rademeyerk/homework09 documentation built on Dec. 31, 2020, 2:15 a.m.