Description Usage Arguments Examples
View source: R/utility_functions.R
Geometric mean of a vector
1 | geometric_mean(x, na.rm = TRUE)
|
x |
the vector |
na.rm |
ignores NAs |
1 | geometric_mean(c(1,1,3,6,1,1,2,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.