control argument to the gls function.glsControl(maxIter, msMaxIter, tolerance, msTol, msScale, msVerbose,
singular.ok, qrTol, returnObject, apVar, nlmStepMax, .relStep)gls
optimization algorithm. Default is 50.gls
optimization. Default is 50.gls algorithm. Default is 1e-6.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.trace argument to
ms (see documentation on that function). Default is
FALSE.FALSE..Machine$single.eps.FALSE.TRUE.nlm for details. Default is 100.0.Machine$double.eps^(1/3).gls, lmeScale# decrease the maximum number iterations in the optimization call and
# request that information on the evolution of the ms iterations be printed
glsControl(msMaxIter = 20, msVerbose = TRUE)Run the code above in your browser using DataLab