Learn R Programming

myTAI (version 0.9.3)

geom.mean: Geometric Mean

Description

This function computes the geometric mean of a numeric input vector x.

Usage

geom.mean(x)

Arguments

x

a numeric vector for which geometric mean computations shall be performed.

Examples

Run this code
# NOT RUN {
x <- 1:10

geom.mean(x)

# }

Run the code above in your browser using DataLab