print.summary.blm {bigReg} | R Documentation |
Function to print the summary object from the blm object
Description
Function to print the summary object from the blm object
Usage
## S3 method for class 'summary.blm'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
summary blm object |
digits |
- the digits to be displayed |
signif.stars |
passed to printCoefmat |
... |
arguments passed to |
[Package bigReg version 0.1.5 Index]