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