aftgee.control: Auxiliary for Controlling AFTGEE Fitting
Description
Auxiliary function as user interface for 'aftgee' fitting. Only used
when calling 'aftgee', 'aftgee.fit' or 'aftgee.est'.Usage
aftgee.control(maxiter = 30,
reltol = 0.0001,
abstol = 0.0001,
trace = FALSE)
Arguments
maxiter
max number of iteration
reltol
relative error tolerance
abstol
absolute error tolerance
trace
trace back; true of false
Value
- A list with the arguments as components.
Details
When 'trace' is true, output for each iteration is printed to the
screen.See Also
'aftgee', 'aftgee.fit' and 'aftgee.est'.