View source: R/harmonic_mean.R
harmonic_mean | R Documentation |
This estimates the harmonic mean.
harmonic_mean(x)
x |
a vector of values |
The harmonic mean
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.