nls.control {nls} | R Documentation |
Allow the user to set some characteristics of the nls
nonlinear least squares algorithm.
nls.control(maxiter=50, tol=1e-05, minFactor=1/1024)
list
with exactly three components:
maxiter |
|
tol |
|
minFactor |
Douglas Bates and Saikat DebRoy
Bates and Watts (1988), Nonlinear Regression Analysis and Its Applications, Wiley.
nls.control(minFactor = 1/2048)