geometric_mean {scoringutils} | R Documentation |
Calculate geometric mean
Description
Calculate geometric mean
Usage
geometric_mean(x)
Arguments
x |
Numeric vector of values for which to calculate the geometric mean. |
Details
Used in get_pairwise_comparisons()
.
Value
The geometric mean of the values in x
. NA
values are ignored.
[Package scoringutils version 2.0.0 Index]