Usage
geeglm(formula, family = gaussian, data=parent.frame(), weights, subset,
na.action, start = NULL, etastart, mustart, offset,
control = geese.control(...),
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL,
id, waves=NULL, zcor=NULL,
corstr = "independence",
scale.fix = FALSE,
scale.value =1, std.err="san.se",
...)
Arguments
formula
See corresponding documentation to glm
family
See corresponding documentation to glm
data
See corresponding documentation to glm
weights
See corresponding documentation to glm
subset
See corresponding documentation to glm
na.action
No action is taken. Indeed geeglm only works on
complete data.
start
See corresponding documentation to glm
etastart
See corresponding documentation to glm
mustart
See corresponding documentation to glm
offset
See corresponding documentation to glm
control
See corresponding documentation to glm
method
See corresponding documentation to glm
x
See corresponding documentation to glm
y
See corresponding documentation to glm
contrasts
See corresponding documentation to glm
id
a vector which identifies the clusters. The length of `id'
should be the same as the number of observations. Data are
assumed to be sorted so that observations on a cluster are
contiguous rows for all entities in the for
waves
Wariable specifying the ordering of repeated mesurements on the same unit.
Also used in connection with missing values. See examples below.
zcor
Used for entering a user defined working correlation structure.
corstr
a character string specifying the correlation structure. The
following are permitted: '"independence"', '"exchangeable"',
'"ar1"', '"unstructured"' and '"userdefined"'
scale.fix
a logical variable; if true, the scale parameter is fixed at
the value of 'scale.value'.
scale.value
numeric variable giving the value to which the scale
parameter should be fixed; used only if 'scale.fix == TRUE'.
std.err
Type of standard error to be calculated. Defualt
'san.se' is the usual robust estimate. Other options are 'jack':
if approximate jackknife variance estimate
should be computed.
'j1s': if 1-step jackknife variance estimate
...
further arguments passed to or from other methods.