Learn R Programming

caroline (version 0.9.9)

geomean: Calculate the Geometric Mean

Description

A trivial one-line function for exp(mean(log()))

Usage

geomean(x)

Value

the geometric mean (a scalar value)

Arguments

x

a vector of numeric values

See Also

geometric.mean

Examples

Run this code

geomean(rnorm(20,5))

Run the code above in your browser using DataLab