bildControl {bild} | R Documentation |
Auxiliary for Controlling "bild" Fitting
Description
Auxiliary function as user interface for bild
fitting
Usage
bildControl(maxit = 100, abstol = 1e-006, reltol = 1e-006)
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
.
Value
A list with the arguments as components.
See Also
[Package bild version 1.2-1 Index]