Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

estequa.glmgee

Estimating Equations in Generalized Estimating Equations


Description

Extracts estimating equations evaluated at the parameter estimates and the observed data for a generalized estimating equation fitted to the data.

Usage

## S3 method for class 'glmgee'
estequa(model, ...)

Arguments

model

an object of class glmgee which is obtained from the fit of a generalized estimating equation.

...

further arguments passed to or from other methods.

Value

A vector with the value of the estimating equations evaluated at the parameter estimates and the observed data.

Examples

mod <- size ~ poly(days,4) + treat
fit <- glmgee(mod, id=tree, family=Gamma("log"), data=spruce, corstr="AR-1")
estequa(fit)

glmtoolbox

Set of Tools to Data Analysis using Generalized Linear Models

v0.1.0
GPL-2 | GPL-3
Authors
Luis Hernando Vanegas [aut, cre], Luz Marina Rondón [aut], Gilberto A. Paula [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.