Set control arguments in the control argument in the function 'drmte()'.
drmteControl(constr = FALSE, errorm = TRUE, maxIt = 500, method="BFGS",
noMessage = FALSE, relTol = 1e-07, rmNA=FALSE, useD = FALSE,
trace = FALSE, otrace = FALSE, warnVal = -1, dscaleThres = 1e-15, rscaleThres = 1e-15,
conCheck = TRUE)
A list with 8 components, one for each of the above arguments.
logical. If TRUE optimisation is constrained, only yielding non-negative parameters.
logical specifying whether failed convergence in drm
should result
in an error or only a warning.
numeric. The maximum number of iterations in the optimisation procedure.
character string. The method used in the optimisation procedure.
See optim
for available methods.
logical, specifying whether or not messages should be displayed.
numeric. The relative tolerance in the optimisation procedure.
logical. Should NAs be removed from sum of squares used for estimation? Default is FALSE (not removed).
logical. If TRUE derivatives are used for estimation (if available).
logical. If TRUE the trace from optim
is displayed.
logical. If TRUE the output from optim
is displayed.
numeric. If equal to 0 then the warnings are stored and displayed at the end.
See under 'warn' in options
. The default results in suppression of warnings.
numeric value specifying the threshold for dose scaling.
numeric value specifying the threshold for response scaling.
logical, switching on/off handling of control measurements.
Christian Ritz
### Displaying the default settings
drmteControl()
Run the code above in your browser using DataLab