Description Usage Arguments Details See Also Examples
Fit the time-course of biological phenomena.
1 |
data |
A |
x, y |
|
r, c, t |
|
... |
Additional parameters to be passed to |
The minpack.lm::nlsLM()
function is used instead of the stats::nls()
function in order to use the
Levenberg-Marquardt algorithm which is an extremely robust method of curve-fitting as it is able to switch
between Gauss-Newton and gradient descent. This allows it to cope with far-off-optimal starting values. The standard
nls
function does not use Levenberg-Marquardt; it instead uses the Gauss-Newton type, the PORT routines and a
partial linear fit.
tdPDF()
, tdCDF()
, tdRSS()
, glance()
, tdMoments()
, tdPercentiles()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.