Summarize a modelsum object.
Format the information in object
as a table using Pandoc coding or plain text, and cat it to stdout.
## S3 method for class 'modelsum' summary( object, ..., labelTranslations = NULL, text = FALSE, title = NULL, term.name = "", adjustment.names = FALSE ) ## S3 method for class 'summary.modelsum' as.data.frame( x, ..., text = x$text, term.name = x$term.name, adjustment.names = x$adjustment.names, width = NULL, min.split = NULL, list.ok = FALSE )
object |
A |
... |
For |
labelTranslations |
A named list (or vector) where the name is the label in the
output to be replaced in the pretty rendering by the character string
value for the named element of the list, e.g., |
text |
An argument denoting how to print the summary to the screen.
Default is |
title |
Title/caption for the table, defaulting to |
term.name |
A character vector denoting the column name for the "terms" column. It should be the same length
as the number of tables or less (it will get recycled if needed). The special value |
adjustment.names |
Logical, denoting whether the names of the adjustment models should be printed. |
x |
An object of class |
width |
Passed to |
min.split |
Passed to |
list.ok |
If the object has multiple by-variables, is it okay to return a list of data.frames instead of a single data.frame?
If |
An object of class "summary.modelsum"
Ethan Heinzen, based on code originally by Greg Dougherty
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.