powered by
Compute the harmonic mean
ds_hmean(x, na.rm = FALSE, ...)
a numeric vector containing the values whose harmonic mean is to be computed
a logical value indicating whether NA values should be stripped before the computation proceeds.
further arguments passed to or from other methods #' @details Any NA values are stripped from x before computation takes place.
x
Returns the harmonic mean of x
ds_gmean mean
ds_gmean
mean
# NOT RUN { ds_hmean(mtcars$mpg) # }
Run the code above in your browser using DataLab