powered by
Calculates the geometric mean (the nth root of the product of n values).
GeometricMean(x)
Vector of n values whose geometric mean is to be calculated.
The geometric mean of x.
Ruscio et al. (2012)
# NOT RUN { GeometricMean(c(1, 3, 9, 27, 81)) # }
Run the code above in your browser using DataLab