Creates a report table from model fitted by brms.
# S3 method for brmsfit
report(
x,
file = NULL,
type = "word",
digits = 3,
info = TRUE,
print = TRUE,
exclude = NULL,
prob = 0.95,
...
)A data frame with the report table
A brms model object
Name of the file to export the table
Format of the file
Number of decimals
If TRUE, include call in the exported table
Should the report table be printed on screen?
Vector with rownames to remove from output
Probability level for credible intervals
Further arguments passed to make_table