gee
Objects
gee
objects.
coef.gee(object, type="mean")This is a method for the function
coef()
for objects inheriting
from class
"gee"
.
"gee"
representing a fitted model.
"mean"
"correlation"
"scale"
"all"
gee
model.
The
gee
model includes
the regression or mean coefficients for the covariates of the model,
in addition to a scale or dispersion parameter, and
correlation parameters
associated with the correlation design of the model.
Seizure.Subject <- recordDesign(cluster = "Subject", data = Seizure) gee.out <- gee(y~Time+group, cluster=cbind(clusterID,recordID), variance="glm.scale", correlation="exchangeable", family="poisson", link="log", data=Seizure.Subject) coef(gee.out,type="all") ## returns a list of all model coefficients