Estimating Equations in Generalized Estimating Equations
Extracts estimating equations evaluated at the parameter estimates and the observed data for a generalized estimating equation fitted to the data.
## S3 method for class 'glmgee' estequa(model, ...)
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. |
A vector with the value of the estimating equations evaluated at the parameter estimates and the observed data.
mod <- size ~ poly(days,4) + treat fit <- glmgee(mod, id=tree, family=Gamma("log"), data=spruce, corstr="AR-1") estequa(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.