Computes the geometric mean
ds_gmean(x, data = NULL, na.rm = FALSE, ...)
| x | a numeric vector |
|---|---|
| data | a |
| na.rm | a logical value indicating whether NA values should be stripped before the computation proceeds. |
| ... | further arguments passed to or from other methods |
ds_gmean(mtcars$mpg)#> [1] 19.25006ds_gmean(mpg, mtcars)#> [1] 19.25006