View source: R/print.info.lm.R
print.info.lm | R Documentation |
print
method for class "info.lm"
.
## S3 method for class 'info.lm' print(x, digits = 3, ...)
x |
an object of class |
digits |
number of significant digits to print. |
... |
parameters passed to print. |
fit <- lm(mpg ~ hp + wt + accel + origin, data = auto_mpg) sfit <- info(fit) print(sfit, digits=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.