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 = " ",
...
)
A character string.
an object of class mtable
a character string that is recycled to a top rule.
a character string that is recycled to a bottom rule.
a character string that is recycled to seperate coefficients from summary statistics.
a character string that separates factors that are involved in an interaction effect
a character string on which resulting values are centered.
Typically equal to ".". This is the default when forLaTeX==TRUE
.
If NULL
, reported values are not centered.
how to align integer values.
a character string, usually whitespace, used to insert left- and right-padding of table contents.
further arguments, ignored.