Usage
gee(formula, link = c("identity", "log", "logit"), data, cond = FALSE,
clusterid, rootFinder = findRoots, ...)Arguments
formula
An expression or formula representing the expected outcome
conditional on covariates.
link
A character string naming the link function to use. Has to be
"identity", "log" or "logit". Default is "identity".
data
A data frame or environment containing the variables appearing in
formula. If missing, the variables are expected to be found
in the environment of the formula argument.
cond
A logical value indicating whether cluster-specific intercepts should
be assumed. Requires a clusterid argument.
clusterid
A cluster-defining variable or a character string naming a
cluster-defining variable in the data argument. If it is not
found in the data argument, it will be searched for in the
calling frame. If missing, each observation
rootFinder
A function to solve a system of non linear equations. Default
is findRoots.
...
Further arguments to be passed to the function rootFinder.