Description Usage Arguments Value Examples
View source: R/harmonic_mean.R
This estimates the harmonic mean.
1 |
x |
a vector of values |
The harmonic mean
1 2 3 4 | x <- c(1,2,3,4,5)
harmonic_mean(x)
x <- c(1,2,3,4,5,0)
harmonic_mean(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.