R/surv.R

Defines functions .surv

.surv <- function(a, lambda, m)
{
  return(pgamma(lambda * a, m + 1, lower.tail = FALSE))
}

Try the seroincidence package in your browser

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

seroincidence documentation built on May 2, 2019, 7 a.m.