mtable-format-print: Print Format for 'mtable' Objects

Description Usage Arguments Value

Description

mtable_format_print formats 'mtable' in a way suitable for screen output with 'print'.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mtable_format_print(x,
  topsep="=",
  bottomsep="=",
  sectionsep="-",
  interaction.sep = " x ",
  center.at=getOption("OutDec"),
  align.integers=c("dot","right","left"),
  padding = "  ",
  force.names=FALSE,
  ...
  )

Arguments

x

an object of class mtable

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 forLaTeX==TRUE. If NULL, reported values are not centered.

align.integers

how to align integer values.

padding

a character string, usually whitespace, used to insert left- and right-padding of table contents.

force.names

logical; should model names be shown even if estimates of only one model are displayed?

...

further arguments, ignored.

Value

A character string.


memisc documentation built on May 2, 2019, 5:45 p.m.