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 Nov. 19, 2023, 5:12 p.m.