print.summary.mpm: Print Method for summary.mpm Objects

View source: R/print.summary.mpm.R

print.summary.mpmR Documentation

Print Method for summary.mpm Objects

Description

Print Method for summary.mpm Objects

Usage

## S3 method for class 'summary.mpm'
print(x, digits = 2, what = c("columns", "rows", "all"), ...)

Arguments

x

object of class summary.mpm

digits

minimum number of significant digits to print, defaults to 2

what

one of "columns" (default), "rows" or "all", specifying respectively whether columns, rows or both need to be printed

...

further arguments for the print method

Value

x is returned invisibly

See Also

print.default


mpm documentation built on April 1, 2022, 5:07 p.m.

Related to print.summary.mpm in mpm...