Settings for controlling technical details of GEE fitting via geelm.
geelm.control(
init.beta = NULL,
init.phi = 1,
tol = 1e-05,
maxit = 20,
scale.fix = FALSE,
useP = TRUE,
std.err = "san.se"
)A list of values used for controlling model fitting.
an optional vector with the initial values of beta. If not specified, then the intercept will be set to InvLink(mean(response)). init.beta must be specified if not using an intercept.
an optional initial overdispersion parameter. If not supplied, initialized to 1.
Tolerance for asserting convergence.
integer giving the maximal number of Fisher Scoring iteration.
logical indicating if the scale should be fixed.
If set to FALSE, do not use the n-p correction for
dispersion and correlation estimates. This can be
useful when the number of observations is small, as subtracting p may yield
correlations greater than 1.
Character string specifying which standard error
estimation method should be used. Supported options are
san.se (sandwich SE) and naive.