Control Parameters for Heteroskedastic Binary Response GLMs
Various parameters that control fitting of heteroskedastic binary response models
using hetglm
.
hetglm.control(method = "nlminb", maxit = 1000, hessian = FALSE, trace = FALSE, start = NULL, ...)
method |
characters string specifying the |
maxit |
integer specifying the |
hessian |
logical. Should the numerical Hessian matrix from the |
trace |
logical or integer controlling whether tracing information on
the progress of the optimization should be produced (passed to |
start |
an optional vector with starting values for all parameters (including phi). |
... |
arguments passed to |
All parameters in hetglm
are estimated by maximum likelihood
using optim
with control options set in hetglm.control
.
Most arguments are passed on directly to optim
, only start
controls
how optim
is called.
A list with the arguments specified.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.