| zelig2-gee {Zelig} | R Documentation |
Bridge between Zelig and the GEE Model Fitting Functions
zelig2gamma.gee(formula, id, robust, ..., R, corstr = "independence", data) zelig2logit.gee(formula, id, robust, ..., R, corstr = "independence", data) zelig2normal.gee(formula, id, robust, ..., R, corstr = "independence", data) zelig2poisson.gee(formula, id, robust, ..., R, corstr = "independence", data) zelig2probit.gee(formula, id, robust, ..., R, corstr = "independence", data)
formula |
a formula |
id |
a character-string specifying the column of the data-set to use for clustering |
robust |
a logical specifying whether to robustly or
naively compute the covariance matrix. This parameter is
ignore in the |
... |
ignored parameters |
R |
a square-matrix specifying the correlation |
corstr |
a character-string specifying the correlation structure |
data |
a data.frame |
a list specifying the call to the external model