fit_lw | R Documentation |
Fit a length-weight model
fit_lw(d, tol = 0.1, maxiter = 1000)
d |
Data frame containing the columns |
tol |
Model tolerance. See |
maxiter |
Model maximum iterations. See |
Uses a modified version of stats::nls()
that uses minpack.lm::nls.lm()
for fitting. See minpack.lm::nlsLM()
for details.
The stats::coefficients()
for the model fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.