print.summary.opsr: Print Method for Summary OPSR Objects

View source: R/print.R

print.summary.opsrR Documentation

Print Method for Summary OPSR Objects

Description

Print Method for Summary OPSR Objects

Usage

## S3 method for class 'summary.opsr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

and object of class "summary.opsr"

digits

minimum number of significant digits to be used for most numbers (passed to stats::printCoefmat).

...

further arguments passed to or from other methods.

Value

Prints summary in 'pretty' form and returns x invisibly.

See Also

stats::printCoefmat, summary.opsr


OPSR documentation built on Nov. 1, 2024, 5:07 p.m.