print.my_lm | R Documentation |
Provides improved output for displaying the fitted model using
the custom my_lm()
function.
## S3 method for class 'my_lm'
print(x, ...)
x |
An object of class |
... |
Not used. |
model = my_lm(mpg ~ disp, data = mtcars)
# Explicit call of the print function
print(model)
# Implicit call of the print function
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.