control
argument to the lme
function.lmeControl(maxIter, msMaxIter, tolerance, niterEM, msMaxEval, msTol,
msScale, msVerbose, returnObject, gradHess, apVar,
.relStep, minAbsParApVar, nlmStepMax,
opt = c("nlminb", "optim"), optimMethod,
natural)
lme
optimization algorithm. Default is 50.nlm
optimization step inside the lme
optimization. Default is 50.lme
algorithm. Default is 1e-6.nlm
,
passed as the rel.tolerance
argument to the function (see
documentation on nlm
). Default is 1e-7.scale
argument to
the nlm
function (see documentation on that function). Default
is lmeScale
.trace
argument to
nlm
(see documentation on that function). Default is
FALSE
.FALSE
.nlm
optimization. This option is only available
when the correlation structure (corStruct
TRUE
..Machine$double.eps^(1/3)
.nlm
for details. Default is 100.0optim
optimizer. The default is
"BFGS"
. An alternative is "L-BFGS-B"
.0.05
.pdNatural
parametrization should be used for general positive-definite matrices
(pdSymm
) in reStruct
, when the approximate covariance
matrix of the estimators is calcullme
, nlm
, optim
,
lmeScale
# decrease the maximum number iterations in the ms call and
# request that information on the evolution of the ms iterations be printed
lmeControl(msMaxIter = 20, msVerbose = TRUE)
Run the code above in your browser using DataLab