R/baselogit.R

baselogit <-
function(probs){
    k <- length(probs)
    baselogit <- log(probs[-k]) - log(probs[k])
    list(baselogit=baselogit)
}

Try the HWEBayes package in your browser

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

HWEBayes documentation built on May 2, 2019, 11:07 a.m.