Control values for routine censorReg

DESCRIPTION:

Optimization control values for routine censorReg.

USAGE:

censorReg.control(maxiter=500, escale=10000, rel.tolerance=0.0001) 

OPTIONAL ARGUMENTS:

maxiter
maximum number of Fletcher-Powell iterations.
escale
vector of "scales" for each parameter. 10000 is usually a good value. If a scalar is used, it is applied to all parameters.
rel.tolerance
convergence constant. When the change in all scaled parameters is less than rel.tolerance, convergence is assumed.

VALUE:

A list containing the censorReg optimization constants.

SEE ALSO:

EXAMPLES:

censorReg.control(maxit=100)