brglm.control {brglm} | R Documentation |
Auxiliary function as user interface for brglm
fitting. Typically only used when calling brglm
or brglm.fit
.
brglm.control(br.epsilon = 1e-08, br.maxit = 100, br.trace=FALSE, ...)
br.epsilon |
positive convergence tolerance for the iteration
described in brglm.fit . |
br.maxit |
integer giving the maximum number of iterations for
the iteration in brglm.fit . |
br.trace |
logical indicating if output should be prooduced for each iteration. |
... |
further arguments passed to or from other methods. |
If br.trace=TRUE
then for each iteration the iteration number
and the current value of the modified scores is cat
'ed.
A list with the arguments as components.
Ioannis Kosmidis, I.Kosmidis@warwick.ac.uk
Kosmidis, I. (2007). Bias reduction in exponential family nonlinear models. PhD Thesis, Department of Statistics, University of Warwick.
brglm.fit
, the fitting procedure used by
brglm
.