geosd | R Documentation |
geosd
computes the anti-log of the standard deviation of log10-transformed data.
geosd(x)
x |
A numeric value, vector or list. |
The "geometric standard deviation" is not as well-defined as the geometric mean.
Here we apply the analogous concept of the geometric mean to the sd
.
The anti-log of the sd
of log-transformed data 'x'.
Base 10 is assumed as a fixed default in this version.
Felipe Figueiredo
d <- c(10,100,1000) geosd(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.