extract method for geeglm objectsextract method for geeglm objects created by the
geeglm function in the geepack package.
# S4 method for geeglm
extract(
model,
include.scale = TRUE,
include.correlation = TRUE,
include.nobs = TRUE,
...
)A statistical model object.
Report the dispersion or scale parameter?
Report the correlation parameter alpha and its standard error?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.