ezGeomean: Geometric mean

View source: R/util.R

ezGeomeanR Documentation

Geometric mean

Description

Calculates the geometric mean of a numeric argument.

Usage

ezGeomean(x, ...)

Arguments

x

a value, vector or matrix for which to calculate the geometric mean.

...

additional arguments to be passed to mean().

Value

Returns the geometric mean of x.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ezGeomean(1:10)

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.