Learn R Programming

Zelig (version 4.2-1)

zelig2-gee: Bridge between Zelig and the GEE Model Fitting Functions

Description

Bridge between Zelig and the GEE Model Fitting Functions

Usage

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)

Arguments

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 zelig2 method, and instead used in the robust.hook function, which executes after the call to the ge
...
ignored parameters
R
a square-matrix specifying the correlation
corstr
a character-string specifying the correlation structure
data
a data.frame

Value

  • a list specifying the call to the external model