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
Examples
geoMean(mtcars$mpg)
[Package sasLM version 0.10.4 Index]