R/aweibull6.R

Defines functions `aweibull6`

`aweibull6` <-
function(p, lower = 0, upper = 365) {
  integrate(f = fweibull6, lower = lower, upper = upper, p = p)$value
}

Try the cardidates package in your browser

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

cardidates documentation built on Oct. 8, 2023, 1:06 a.m.