Function to print the summary object from the bglm object
# S3 method for summary.bglm
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
summary blm object
- the digits to be displayed
passed to printCoefmat
arguments passed to printCoefmat()
function