R/fweibull6.R

Defines functions `fweibull6`

`fweibull6` <-
function(x, p) {
  (p[4] + exp(-(x/p[5])^p[6]))*(1-p[1] * exp(-(x/p[2])^p[3]))
}

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, 3 a.m.