nlme (version 3.1-86)

lmeControl: Control Values for lme Fit

Description

The values supplied in the function call replace the defaults and a list with all possible arguments is returned. The returned list is used as the control argument to the lme function.

Usage

lmeControl(maxIter, msMaxIter, tolerance, niterEM, msMaxEval, msTol,
           msScale, msVerbose, returnObject, gradHess, apVar,
           .relStep, minAbsParApVar, nlmStepMax,
	   opt = c("nlminb", "optim"), optimMethod,
           natural)

Arguments

Value

a list with components for each of the possible arguments.

See Also

lme, nlm, optim, lmeScale

Examples

Run this code
# 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 DataCamp Workspace