geometric_mean {scoringutils} | R Documentation |
Calculate geometric mean
geometric_mean(x)
x |
Numeric vector of values for which to calculate the geometric mean. |
Used in get_pairwise_comparisons()
.
The geometric mean of the values in x
. NA
values are ignored.