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


[Package OPSR version 0.1.2 Index]