R/geomean.R

geomean=function(x)
{
    prod(x)^(1/length(x))
}
gitlongor/pi0 documentation built on May 17, 2019, 5:29 a.m.