logistic: logistic

logistic,FLQuant,FLPar-methodR Documentation

logistic

Description

logistic function

Usage

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

Arguments

age

FLQuant with ages

params

FLPar with parameters a50,ato95 and asym

...

other arguments

See Also

gompertz

Examples

## Not run: 
params=FLPar(a50=4,ato95=1,asym=1.0)
age=FLQuant(1:10,dimnames=list(age=1:10))
logistic(age,params)

## End(Not run)

flr/FLife documentation built on March 29, 2024, 5:50 p.m.