logistic.Rd
logistic function
# S4 method for FLQuant,FLPar logistic(age, params, ...)
FLQuant with ages
FLQuant
FLPar with parameters a50,ato95 and asym
FLPar
other arguments
gompertz
if (FALSE) { params=FLPar(a50=4,ato95=1,asym=1.0) age=FLQuant(1:10,dimnames=list(age=1:10)) logistic(age,params) }