trimmedMean | R Documentation |
Trimmed mean wrapping mean
function.
trimmedMean(y, Trim=0.05)
y |
a vector of numerics |
Trim |
trimming proportion. Default is 0.05 |
It removes NA
in the input vector.
The value of trimmed mean
Kyun-Seop Bae k@acr.kr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.