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
)model.
formula.
starting points grid.
data list.
parameter passed to nls.control. Positive integer specifying the maximum number of iterations allowed.
positive integer specifying the maximum number of successes before choosing the winning model.
upper bound for overdispersion parameter.
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>