bildControl: Auxiliary for Controlling "bild" Fitting
Description
Auxiliary function as user interface for bild
fitting
Usage
bildControl(maxit = 100, abstol = 1e-006, reltol = 1e-006)
Value
A list with the arguments as components.
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 cosidered in bildControl
.