View source: R/geelm-control.R
geelm.control | R Documentation |
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"
)
init.beta |
an optional vector with the initial values of beta. If not specified, then the intercept will be set to |
init.phi |
an optional initial overdispersion parameter. If not supplied, initialized to 1. |
tol |
Tolerance for asserting convergence. |
maxit |
integer giving the maximal number of Fisher Scoring iteration. |
scale.fix |
logical indicating if the scale should be fixed. |
useP |
If set to |
std.err |
Character string specifying which standard error
estimation method should be used. Supported options are
|
A list of values used for controlling model fitting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.