geom.mean: Geometric Mean

View source: R/geom.mean.R

geom.meanR Documentation

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.

Author(s)

Hajk-Georg Drost

Examples

x <- 1:10

geom.mean(x)


drostlab/myTAI documentation built on Feb. 15, 2025, 6:44 p.m.