plot.LinReg: Plot linreg class

Description Usage Arguments Value Examples

Description

Plot linreg class

Usage

1
2
## S3 method for class 'linreg'
plot(x, ...)

Arguments

x

a linreg class object

...

optional arguments to pass to generic

Value

Residual plots for the linreg class

Examples

1
2
3
data(mtcars)
model <- linreg(mpg~wt+cyl, mtcars, QR = FALSE)
plot(model)

hankOlofs/LinReg documentation built on Oct. 26, 2020, 12:17 p.m.