mtable_format_print | R Documentation |
mtable_format_print
formats 'mtable' in a way suitable for screen output
with 'print'.
mtable_format_print(x,
topsep="=",
bottomsep="=",
sectionsep="-",
interaction.sep = " x ",
center.at=getOption("OutDec"),
align.integers=c("dot","right","left"),
padding = " ",
...
)
x |
an object of class |
topsep |
a character string that is recycled to a top rule. |
bottomsep |
a character string that is recycled to a bottom rule. |
sectionsep |
a character string that is recycled to seperate coefficients from summary statistics. |
interaction.sep |
a character string that separates factors that are involved in an interaction effect |
center.at |
a character string on which resulting values are centered.
Typically equal to ".". This is the default when |
align.integers |
how to align integer values. |
padding |
a character string, usually whitespace, used to insert left- and right-padding of table contents. |
... |
further arguments, ignored. |
A character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.