coldControl: Auxiliary for controlling "cold" fitting
Description
Auxiliary function as user interface for cold
fitting.
Usage
coldControl(maxit=100,abstol=-Inf,reltol=sqrt(.Machine$double.eps))
Arguments
maxit
maximum number of iterations.
abstol
absolute convergence tolerance.
reltol
relative convergence tolerance.
Value
A list with the arguments as components.
Details
See R documentation of optim
for details of standard default values
for the remaining options not considered in coldControl
.