R/AT.inverse.gamma.response.R

AT.inverse.gamma.response <- function(surv, alpha, beta){
    return(-0.5*(alpha/beta)+sqrt((alpha/(2*beta))^2 - 1/beta * log(surv)))
}

Try the libamtrack package in your browser

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

libamtrack documentation built on May 1, 2019, 6:47 p.m.