Description Usage Arguments Examples
This function allows you to compute the trimmed mean of a numeric vector.
1 | trimmed_mean(x, s, l)
|
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. |
1 | Trimmed_Mean(iris$Sepal.Length, 1, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.