geomMean | R Documentation |
Find geometric mean of numeric vector
geomMean(counts_v)
counts_v |
numeric vector of values |
geometric mean of vector
set.seed(25)
foo <- sample(1:100, 5)
geomMean(foo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.