logistic function

# S4 method for FLQuant,FLPar
logistic(age, params, ...)

Arguments

age

FLQuant with ages

params

FLPar with parameters a50,ato95 and asym

...

other arguments

See also

Examples

if (FALSE) {
params=FLPar(a50=4,ato95=1,asym=1.0)
age=FLQuant(1:10,dimnames=list(age=1:10))
logistic(age,params)
}