nlme (version 3.1-86)

gnlsControl: Control Values for gnls 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 gnls function.

Usage

gnlsControl(maxIter, nlsMaxIter, msMaxIter, minScale, tolerance,
            nlsTol, msTol, msScale, returnObject, msVerbose,
            apVar, .relStep, nlmStepMax,
	    opt = c("nlminb", "optim"), optimMethod,
            minAbsParApVar)

Arguments

Value

a list with components for each of the possible arguments.

See Also

gnls, 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
gnlsControl(msMaxIter = 20, msVerbose = TRUE)

Run the code above in your browser using DataLab