logistic,FLQuant,FLPar-method | R Documentation |
logistic function
## S4 method for signature 'FLQuant,FLPar'
logistic(age, params, ...)
age |
|
params |
|
... |
other arguments |
gompertz
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.