coldControl {cold} | R Documentation |
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. |
Details
See R documentation of optim
for details of standard default values
for the remaining options not considered in coldControl
.
Value
A list with the arguments as components.
See Also
[Package cold version 2.0-3 Index]