nlsLM_MC | R Documentation |
Perform Monte Carlo (MC) simulations of non linear least squares models
fitted with nlsLM
from the minpack.lm
package
nlsLM_MC(model, runs = 1000)
model |
A nlsLM object to perform MC calculations with. |
runs |
Number of MC runs to perform (defaults to 1000). |
n <- nls(mpg ~ k * e ^ wt, data = mtcars, start = list(k = 1, e = 2))
nls_MC(n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.