geometricMean | R Documentation |
The geometric mean is the nth root of n products or e to the mean log of x
.
geometricMean(x, ...)
## S4 method for signature 'sparseMatrix'
geometricMean(x, MARGIN = 2L)
x |
Object. |
MARGIN |
|
... |
Additional arguments. |
Useful for describing non-normal (i.e. geometric) distributions.
numeric
.
Updated 2022-10-24.
data(sparseMatrix, package = "AcidTest")
## Matrix ====
x <- sparseMatrix
geometricMean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.