plot.linreg: Show two scatter plots.The first one fitted values against...

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Show two scatter plots.The first one fitted values against Residuals. The second scatter plot show square root of standardized residuals against fitted values

Usage

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

Arguments

x

is a linreg object

...

extra stuff

Value

Produces two scatter plots, one for residuals against fitted values and standardized residuals against fits

Examples

1
2
model <- linreg(Sepal.Length ~ Species, data = iris)
plot(model)

linuskage2021/lab4Rpackage documentation built on Dec. 21, 2021, 10:51 a.m.