Learn R Programming

bigReg (version 0.1.5)

print.summary.blm: 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 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 printCoefmat() function