Learn R Programming

rrscale (version 1.0)

gm_mean: Calculate the geometric mean

Description

Calculate the geometric mean

Usage

gm_mean(x)

Arguments

x

the data.

Examples

Run this code
# NOT RUN {
Y <- rlnorm(10)
gm <- gm_mean(Y)
# }

Run the code above in your browser using DataLab