geometric_mean.Rd
Helper Function: Calculate the Geometric Mean
geometric_mean(x, na.rm = FALSE)
A numeric vector.
A logical value indicating whether NA values should be removed.
The geometric mean of the input vector.