print.summary.bglm {bigReg}R Documentation

Function to print the summary object from the bglm object

Description

Function to print the summary object from the bglm object

Usage

## S3 method for class 'summary.bglm'
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


[Package bigReg version 0.1.5 Index]