gmean {nestedpp} | R Documentation |
geometric mean function
Description
Function to compute the geometric mean
Usage
gmean(data, ...)
Arguments
data |
vector with the data |
... |
further arguments passed to or from other methods |
Value
geometric mean value
Examples
gmean(1:10)
[Package nestedpp version 0.2.0 Index]