Description Usage Arguments Value See Also
The function receives time points, growth data, values for A, μ and λ and returns a list object which entrys are used as initial values in the nonlinear fit procedure nls
.
1 | initlogistic(time, y, A, mu, lambda)
|
time |
Time points. |
y |
Growth data. |
A |
Maximum of the curve. If a vector is provided only the first entry is used. |
mu |
Maximum slope. If a vector is provided only the first entry is used. |
lambda |
Lag-phase. If a vector is provided only the first entry is used. |
A |
Maximum of the curve. |
mu |
Maximum slope. |
lambda |
Lag-phase. |
addpar |
additional parameters are not used in this type of model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.