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)

pubh documentation built on Nov. 14, 2023, 1:08 a.m.