ascii (version 1.4)

ascii.mtable: ascii method for class mtable...

Description

ascii method for class mtable

Usage

## S3 method for class 'mtable':
ascii(x, lgroup=c(dimnames(x$coefficients)[[3]], rownames(x$summaries)),
    n.lgroup=c(rep(2, dim(x$coefficients)[x$as.row[2]]), rep(1,
    nrow(x$summaries))), include.rownames=FALSE, include.colnames=TRUE,
    ...)

Arguments

x
An R object of class found among methods(ascii).
lgroup
Character vector or list of character vectors defining major left row headings. The default is to have none (NULL).
n.lgroup
A numeric vector containing the number of rows for which each element in lgroup is a heading. Column names count in the row numbers if include.colnames = TRUE.
include.rownames
logical. If TRUE the rows names are printed. Default value depends of class of x.
include.colnames
logical. If TRUE the columns names are printed. Default value depends of class of x.
...
Additional arguments. (see ?ascii.default).

Value

  • An ascii object.

Details

memisc package