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