print.summary.bglm: Function to print the summary object from the bglm object

Description Usage Arguments

Description

Function to print the summary object from the bglm object

Usage

1
2
3
## 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


bigReg documentation built on May 2, 2019, 6:43 a.m.