geoMean: Geometric Mean without NA

View source: R/geoMean.R

geoMeanR Documentation

Geometric Mean without NA

Description

mean without NA values.

Usage

  geoMean(y)

Arguments

y

a vector of numerics

Details

It removes NA in the input vector.

Value

geometric mean value

Author(s)

Kyun-Seop Bae k@acr.kr

See Also

geoCV

Examples

  geoMean(mtcars$mpg)

sasLM documentation built on March 8, 2026, 5:06 p.m.