R/aweibull7.R

Defines functions `aweibull7`

`aweibull7` <-
function(p, lower = 0, upper = 365) {
     integrate(f = fweibull7, 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.