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

Description Usage Arguments Value

Description

Bridge between Zelig and the GEE Model Fitting Functions

Usage

1
2
3
4
5
  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 gee function

...

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


IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.