Learn R Programming

drgee (version 1.0.1)

obeFit: Outcome Nuisance Model Based estimation

Description

Outcome nuisance based estimation given a drgeeData object.

Usage

obeFit(object, ...)

Arguments

object
A drgeeData object.
...
Further arguments to be passed to geeFit

Value

  • A list containing:
  • coefficientsThe estimated parameters in the main model.
  • vcovThe estimated covariance matrix.

encoding

latin1

Details

obeFit performs outcome nuisance model based estimation (as described in the man page for drgee)) given a drgeeData object.

The model is specified by variables y, a, x, ax, v and as a character variable olink which are assumed to be found in the input argument object as a drgeeData object.

Robust variance is calculated by robVcov.

obeFit is meant to be called by drgee.

See Also

drgeeData, drgee and robVcov.