Description Usage Arguments Details Value Examples
Self-starting model fitting functions for non-linear Gompertz Growth Curve models. The non-linear model is of the form ~ exp(b0 - b1*rho^x)
1 2 3 | SSgompertz2(x, b0, b1, rho)
SSgompertz3(x, b0, b1, rho)
|
x |
numeric vector, time variable or analogue |
b0, b1.rho |
place-holders for the parameter estimates. |
The functions are not used directly, but in non-linear model formulae
An evaluated model function, with a derivative matrix attribute
1 2 | fm <- nls(Length ~ SSgompertz2(Conc, b0, b1, rho), data = muscle)
coef(fm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.