View source: R/polya_helper_functions.R
gm_mean | R Documentation |
Calculates geometric mean
gm_mean(x, na.rm = TRUE)
x |
input vector |
na.rm |
should NA values be removed? |
geometric mean of values provided as an input
a <- rnorm(100,33,5)
gm_mean(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.