Description Usage Arguments Value Examples
Free-standing functions to arrive at suitable initial values for non-linear model fitting functions
1 2 3 4 5 | gompertz2_init(x, y)
gompertz3_init(x, y)
negexp_init(x, y)
|
x |
numeric vector; the independent variable |
y |
numeric vector; the response variable |
A vector of initial values for the parameters with appropriate names
1 2 | library(WWRData)
with(muscle, gompertz2_init(Conc, Length))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.