print.check.lm {MDMA}R Documentation

Print lm check

Description

Print the check of lm object

[Stable]

Usage

## S3 method for class 'check.lm'
print(x, which.infl = c("influential", "all"), ...)

Arguments

x

an object used to select a method.

which.infl

Indicate whether only influential cases (influential, the default) or all cases (all) should be printed.

...

further arguments passed to or from other methods (none are used).

Value

prints the check.lm object.

Author(s)

Mathijs Deen

Examples

lm.1 <- lm(mpg ~ disp + wt, data = mtcars)
chk.lm.1 <- check(lm.1)
print(chk.lm.1, which.infl="all")

[Package MDMA version 1.1.0 Index]