geo_mean {pubh} | R Documentation |
Geometric mean.
Description
Geometric mean.
Usage
geo_mean(x)
Arguments
x |
A numeric variable with no negative values. |
Value
A scalar, the calculated geometric mean.
Examples
data(IgM, package = "ISwR")
Ab <- data.frame(IgM)
estat(~IgM, data = Ab)
geo_mean(IgM)
[Package pubh version 1.3.2 Index]