geomMean {SLqPCR} | R Documentation |
Computation of the geometric mean.
geomMean(x, na.rm = FALSE)
x |
numeric vector of non-negative Reals |
na.rm |
a logical value indicating whether NA values should be
stripped before the computation proceeds. |
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