report.brmsfit: Report models from brms package

Description Usage Arguments Value

View source: R/report_model.R

Description

Creates a report table from model fitted by brms.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'brmsfit'
report(
  x,
  file = NULL,
  type = "word",
  digits = 3,
  info = TRUE,
  print = TRUE,
  ...
)

Arguments

x

A brms model object

file

Name of the file to export the table

type

Format of the file

digits

Number of decimals

info

If TRUE, include call in the exported table

print

Should the report table be printed on screen?

...

Further arguments passed to make_table

Value

A data frame with the report table


repmod documentation built on March 22, 2021, 5:08 p.m.