control argument to the gnls function.gnlsControl(maxIter, nlsMaxIter, msMaxIter, minScale, tolerance,
nlsTol, msTol, msScale, returnObject, msVerbose,
apVar, .relStep, nlmStepMax, 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.ms,
passed as the rel.tolerance argument to the function (see
documentation on ms). Default is 1e-7.scale argument to
the ms function (see documentation on that function). Default
is lmeScale.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".nlm for details. Default is 100.00.05.gnls, lmeScale# 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