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

View source: R/map_reg.r

print.summary.blmR Documentation

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 class '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


bigReg documentation built on May 29, 2024, 7:10 a.m.