control argument to the gnls function.gnlsControl(maxIter, nlsMaxIter, msMaxIter, minScale, tolerance,
nlsTol, msTol, returnObject, msVerbose,
apVar, .relStep,
opt = c("nlminb", "optim"), optimMethod,
minAbsParApVar)gnls
optimization algorithm. Default is 50.nls optimization step inside the gnls
optimization. Default is 7.ms optimization step inside the gnls
optimization. Default is 50.nls step.
Default 0.001.gnls algorithm. Default is 1e-6.nls
step. Default is 1e-3.optim is used. Default is 1e-7.FALSE.trace argument to
ms (see documentation on that function). Default is
FALSE.TRUE..Machine$double.eps^(1/3).optim optimizer. The default is
"BFGS". An alternative is "L-BFGS-B".0.05.gnls# decrease the maximum number iterations in the ms call and
# request that information on the evolution of the ms iterations be printed
gnlsControl(msMaxIter = 20, msVerbose = TRUE)Run the code above in your browser using DataLab