mtable-format-delim: Format for 'mtable' Objects for Writing into File

Description Usage Arguments Value

Description

mtable_mtable_print formats 'mtable' in a way suitable for output into a file with write.table

Usage

1
2
3
4
5
6
7
mtable_format_delim(x,
          colsep="\t",
          rowsep="\n",
          interaction.sep = " x ",
          force.names=FALSE,
          ...
          )

Arguments

x

an object of class mtable

colsep

a character string which seperates the columns in the output.

rowsep

a character string which seperates the rows in the output.

interaction.sep

a character string that separates factors that are involved in an interaction effect

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.