print.check.lm | R Documentation |
Print the check of lm object
## S3 method for class 'check.lm'
print(x, which.infl = c("influential", "all"), ...)
x |
an object used to select a method. |
which.infl |
Indicate whether only influential cases ( |
... |
further arguments passed to or from other methods (none are used). |
prints the check.lm
object.
Mathijs Deen
lm.1 <- lm(mpg ~ disp + wt, data = mtcars)
chk.lm.1 <- check(lm.1)
print(chk.lm.1, which.infl="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.