R/gm.R

gm <-
function (x){
        val = exp(mean(log(x)))
        return (round (val,2))
}

Try the survJamda package in your browser

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

survJamda documentation built on May 1, 2019, 8:50 p.m.