Creates a report table from a generalized linear mixed model.
# S3 method for glmerMod
report(
x,
file = NULL,
type = "word",
digits = 3,
digitspvals = 3,
info = TRUE,
print = TRUE,
exclude = NULL,
...
)A data frame with the report table
A generalized linear mixed model object
Name of the file to export the table
Format of the file
Number of decimals
Number of decimals for p-values
If TRUE, include call in the exported table
Should the report table be printed on screen?
Vector with rownames to remove from output
Further arguments passed to make_table