Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mtable-format-delim

Format for 'mtable' Objects for Writing into File


Description

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

Usage

mtable_format_delim(x,
          colsep="\t",
          rowsep="\n",
          interaction.sep = " x ",
          ...
          )

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

...

further arguments, ignored.

Value

A character string.


memisc

Management of Survey Data and Presentation of Analysis Results

v0.99.27.3
GPL-2
Authors
Martin Elff (with contributions from Christopher N. Lawrence, Dave Atkins, Jason W. Morgan, Achim Zeileis)
Initial release
2020-11-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.