pubh (version 1.1.16)

geo_mean: 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

Run this code
# NOT RUN {
data(IgM, package = "ISwR")
Ab <- data.frame(IgM)
estat(~ IgM, data = Ab)
geo_mean(IgM)
# }

Run the code above in your browser using DataLab