powered by
Function to calculate the geometric mean.
gm_mean(x, na.rm = TRUE)
The geometric mean of x
A vector of numeric values
A boolean indicating if we filter the NA values
#This is an internal function, no example provided
Run the code above in your browser using DataLab