R/surv.R

Defines functions .surv

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

Try the serocalculator package in your browser

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

serocalculator documentation built on April 3, 2025, 7:35 p.m.