Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract-glmmTMB-method

extract method for glmmTMB objects


Description

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

Usage

## S4 method for signature 'glmmTMB'
extract(
  model,
  beside = FALSE,
  include.count = TRUE,
  include.zero = TRUE,
  include.aic = TRUE,
  include.groups = TRUE,
  include.variance = TRUE,
  include.loglik = TRUE,
  include.nobs = TRUE,
  ...
)

Arguments

model

A statistical model object.

beside

Arrange the model terms below each other or beside each other? The binary model parameters and the count parameters can be displayed in two separate columns of the table.

include.count

Report the count parameters in the coefficients block (before the binary part for the zeros)?

include.zero

Should the binary part of the model be included in the coefficients block (after the count parameters)?

include.aic

Report Akaike's Information Criterion (AIC) in the GOF block?

include.groups

Report the number of groups?

include.variance

Report group variances?

include.loglik

Report the log likelihood in the GOF block?

include.nobs

Report the number of observations in the GOF block?

...

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

Author(s)

Ricardo Graiff Garcia, Philip Leifeld


texreg

Conversion of R Regression Output to LaTeX or HTML Tables

v1.37.5
GPL-3
Authors
Philip Leifeld [aut, cre], Claudia Zucca [ctb]
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.