geomMean: Geometric Mean

Description Usage Arguments Details Value Author(s)

View source: R/geomMean.R

Description

Computation of the geometric mean.

Usage

1
geomMean(x, na.rm = FALSE)

Arguments

x

numeric vector of non-negative Reals

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Details

The computation of the geometric mean is done via prod(x)^(1/length(x)).

Value

geometric mean

Author(s)

Dr. Matthias Kohl (SIRS-Lab GmbH) kohl@sirs-lab.com


SLqPCR documentation built on Nov. 8, 2020, 5:12 p.m.