geometric mean auxiliary

geometric mean auxiliary

geomean(x, na.rm = FALSE)

Arguments

x

x

na.rm

FALSE or TRUE

Value

exp(mean(log(x))). Note that only positive values are considered!!!