R/G.mean.R

Defines functions G.mean

Documented in G.mean

G.mean<-function(x){
x<-na.omit(x)
(prod(x))^(1/length(x))
}

Try the asbio package in your browser

Any scripts or data that you put into this service are public.

asbio documentation built on May 29, 2024, 5:57 a.m.