R/PrbInfBep.R

#' PrbInfBep function
#' @keyword PrbInfBep
#' @export
#' @examples
PrbInfBep <- function (...) {
    Dose <- TotDos()
    PrbInf <- 1 - ( (1 + Dose / ProInfBet) ^ -ProInfAlp)
}
jamaas/jammwe documentation built on May 20, 2019, 10:19 p.m.