nls_MC | R Documentation |
Perform Monte Carlo (MC) simulations of non linear least squares models.
nls_MC(model, runs = 1000)
model |
A nls 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.