extract-logitr-method: 'extract' method for 'logitr' objects

extract,logitr-methodR Documentation

extract method for logitr objects

Description

extract method for logitr objects created by the logitr function in the logitr package.

Usage

## S4 method for signature 'logitr'
extract(
  model,
  include.nobs = TRUE,
  include.loglik = TRUE,
  include.aic = TRUE,
  include.bic = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.nobs

Include the number of observations in summary table?

include.loglik

Include the log-likelihood in summary table?

include.aic

Include the the AIC in summary table?

include.bic

Include the the BIC in summary table?

...

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

Author(s)

John Paul Helveston, john.helveston@gmail.com


leifeld/texreg documentation built on Nov. 11, 2023, 6:31 a.m.