print.summary.mpm {mpm}R 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


[Package mpm version 1.0-23 Index]