Description Usage Arguments Value Examples
f.quad
fits quadratic model using multiple initial values. The multiple initial values are randomly sampled in a "cube" of parameter space. More precisely, quadratic model assumes
y ~ a+b*x+c*x^2,
1 2 3 4 5 6 7 |
d |
data frame with two columns ( |
start |
initial estimate for non-linear least square (default value: |
plus_minus |
radius of random initial values (default: |
n.start |
total number of initial points considered (default: |
msg |
logical flag whether printing progress |
f.quad
returns a list of two components (if converged): nls.summary
: summary of the fitted model; nls.model
: nls object
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.