geo_mean: Geometric mean.

View source: R/descriptive_functions.R

geo_meanR 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)

josie-athens/pubh documentation built on Feb. 3, 2024, 4:32 a.m.