Description Usage Arguments Value Author(s)
Over-rides the print.summary.lm method to reformat the results for HTML display.
1 2 |
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. |
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.
Bill Altermatt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.