Description Usage Arguments Details Value Author(s)
Computation of the geometric mean.
1 |
x |
numeric vector of non-negative Reals |
na.rm |
a logical value indicating whether |
The computation of the geometric mean is done via prod(x)^(1/length(x))
.
geometric mean
Dr. Matthias Kohl (SIRS-Lab GmbH) kohl@sirs-lab.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.