report.glmmadmb: Report from generalized linear mixed model from ADMB

View source: R/report_model.R

report.glmmadmbR Documentation

Report from generalized linear mixed model from ADMB

Description

Creates a report table from a glmmadmb model.

Usage

## S3 method for class 'glmmadmb'
report(
  x,
  file = NULL,
  type = "word",
  digits = 3,
  digitspvals = 3,
  info = TRUE,
  print = TRUE,
  exclude = NULL,
  ...
)

Arguments

x

A generalized linear mixed model object (glmmabmb)

file

Name of the file to export the table

type

Format of the file

digits

Number of decimals

digitspvals

Number of decimals for p-values

info

If TRUE, include call in the exported table

print

Should the report table be printed on screen?

exclude

Vector with rownames to remove from output

...

Further arguments passed to make_table

Value

A data frame with the report table


David-Hervas/repmod documentation built on Feb. 3, 2025, 11:38 a.m.