estimatePars | R Documentation |
Fit FA isotope distribution with non-linear regression using multiple starting points to find the best fit.
estimatePars(
formula,
gridStart,
datanls,
maxiter,
maxconvergence,
limitPhi = 0.1
)
formula |
formula. |
gridStart |
starting points grid. |
datanls |
data list. |
maxiter |
parameter passed to nls.control. Positive integer specifying the maximum number of iterations allowed. |
maxconvergence |
positive integer specifying the maximum number of successes before choosing the winning model. |
limitPhi |
upper bound for overdispersion parameter. |
model.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
Daniel Padfield and Granville Matheson (2020). nls.multstart: Robust Non-Linear Regression using AIC Scores. R package version 1.2.0. <https://CRAN.R-project.org/package=nls.multstart>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.