extract-geeglm-method: 'extract' method for 'geeglm' objects

extract,geeglm-methodR Documentation

extract method for geeglm objects

Description

extract method for geeglm objects created by the geeglm function in the geepack package.

Usage

## S4 method for signature 'geeglm'
extract(
  model,
  include.scale = TRUE,
  include.correlation = TRUE,
  include.nobs = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.scale

Report the dispersion or scale parameter?

include.correlation

Report the correlation parameter alpha and its standard error?

include.nobs

Report the number of observations in the GOF block?

...

Custom parameters, which are handed over to subroutines. Currently not in use.


texreg documentation built on Nov. 10, 2023, 1:16 a.m.