gm_mean {rrscale}R Documentation

Calculate the geometric mean

Description

Calculate the geometric mean

Usage

gm_mean(x)

Arguments

x

the data.

Examples

Y <- rlnorm(10)
gm <- gm_mean(Y)

[Package rrscale version 1.0 Index]