geoMean {sasLM}R 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)

[Package sasLM version 0.10.3 Index]