G.mean | R Documentation |
Calculates the geometric mean.
G.mean(x)
x |
A vector of quantitative data. |
Returns the geometric mean.
Ken Aho
H.mean
, HL.mean
x<-c(2,1,4,5,6,2.4,7,2.2,.002,15,17,.001)
G.mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.