extract-feglm-method: 'extract' method for 'feglm' objects

extract,feglm-methodR Documentation

extract method for feglm objects

Description

extract method for feglm objects created by the feglm function in the alpaca package.

Usage

## S4 method for signature 'feglm'
extract(
  model,
  include.deviance = TRUE,
  include.nobs = TRUE,
  include.groups = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.deviance

Report the deviance?

include.nobs

Report the number of observations in the GOF block?

include.groups

Report the number of groups?

...

Custom parameters, which are handed over to subroutines, in this case to the summary method for the object.

Author(s)

Christoph Riedl, Oliver Reiter, Philip Leifeld


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