ds_gmean {descriptr} | R Documentation |
Geometric Mean
Description
Computes the geometric mean
Usage
ds_gmean(data, x = NULL)
Arguments
data |
A numeric vector or |
x |
Column in |
See Also
Examples
# vector
ds_gmean(mtcars$mpg)
# data.frame
ds_gmean(mtcars, mpg)
[Package descriptr version 0.6.0 Index]