Function to print the summary object from the blm object
# S3 method for summary.blm
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