Doubly Robust Generalized Estimating Equations
The main function is drgee
, which estimates a parameter in a model defined as c("", " (A * X(L))}"). By supplying (nuisance) models for
and , a consistent estimate of is obtained when at least one of these models is correctly specified.
In the function drgee
, three estimation methods are implemented: O-estimation, where a model for is used; E-estimation, where a model for is used; and DR-estimation where models for both and are used.
The function gee
is an implementation of standard GEE with independent working correlation matrix.
For conditional methods with clustered data, cluster-specific intercepts are assumed in all models.
The function drgeeData
is used for extraction and manipulation of data, and is called by drgee
and gee
.
The function RobVcov
is used to calculate standard errors of the estimates, given a vector of the residuals from estimating equations, the Jacobian, and a cluster-identifying variable.
The function findRoots
solves a system of non linear equations.
latin1
package
Johan Zetterqvist, Arvid with contributions from Alexander Ploner.
Useful links