Skip to contents

Computes the geometric standard deviation of a vector x.

Usage

geom_sd(x, na.rm = FALSE)

Arguments

x

The vector of data you want the geometric sd of.

na.rm

a boolean to remove NA values. Default is False

Value

the geometric standard deviation of x

Examples

geom_sd(c(1, 2, 3, 2, 1))
#> [1] 1.620824