R/geomean.R
geomean.Rd
Calculate geometric mean of a vector
geomean(x)
vector to summarize
Samuel P Callisto, PhD
# Find the geometric mean for a variable in Theoph geomean(Theoph$Wt) #> [1] 68.98671 geomean(c(1, 2, 3, 4, 5)) #> [1] 2.605171