View source: R/descriptive_functions.R
harm_mean | R Documentation |
Harmonic mean.
harm_mean(x)
x |
A numeric variable with no zero values. |
A scalar, the calculated harmonic mean.
data(IgM, package = "ISwR")
Ab <- data.frame(IgM)
estat(~IgM, data = Ab)
harm_mean(IgM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.