print.summary.lm: Prints summary information for lm objects in HTML format

Description Usage Arguments Value Author(s)

Description

Over-rides the print.summary.lm method to reformat the results for HTML display.

Usage

1
2
## S3 method for class 'summary.lm'
print(x, digits = max(3, getOption("digits") - 3), symbolic.cor = x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...)

Arguments

x

Object of class ‘lm’.

digits

a logical value indicating whether parameter correlations should be printed.

symbolic.cor

logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers. Effective only if white.adjust is FALSE.

signif.stars

logical. If TRUE, flag p-values at several cutpoints (.001, .01, .05, .10) with symbols: ***, **, *, .

...

Additional parameters passed to print method.

Value

This function generates a character vector of length 1 containing HTML code to display summary information on objects of class ‘lm’. This vector is printed via a cat method. The lm object is returned invisibly.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.