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