Last chance! 50% off unlimited learning
Sale ends in
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.lme
optimization.
Default is 50.lme
algorithm. Default is 1e-6.FALSE
.corStruct
) aTRUE
..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
, nlminb
, 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