pubh (version 1.3.2)

geo_mean: Geometric mean.

Description

Geometric mean.

Usage

geo_mean(x)

Value

A scalar, the calculated geometric mean.

Arguments

x

A numeric variable with no negative values.

Examples

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

Run the code above in your browser using DataLab