powered by
The geometric standard deviation is computed as: \(\exp(\sigma(log(x)))\), with:
log: natural logarithm
\(\sigma\): standard deviation
geomSD(x, na.rm = FALSE)
Numeric vector of length 1 with geometric mean.
Numeric vector.
Logical, should NA value(s) be removed (FALSE by default)?
Laure Cougnaud
Other stats utility functions: cv(), geomCV(), geomMean(), geomSE(), se()
cv()
geomCV()
geomMean()
geomSE()
se()
# geometric standard deviation of a sample from a log normal distribution: geomSD(rlnorm(n = 1000, meanlog = 0, sdlog = 1))
Run the code above in your browser using DataLab