plot.linreg: Plots of Linear Regression Residuals

Description Usage Arguments Value

View source: R/plot_linreg.R

Description

An S3 function to return plots from a linreg object

Usage

1
2
## S3 method for class 'linreg'
plot(x, num_labels = 3, labels_by_val = FALSE, ...)

Arguments

x

an object of class linreg

num_labels

an integer, specifying the number of extreme residuals to label

labels_by_val

a boolean; TRUE forces the function to label selected extreme points by value

...

additional arguments

Value

a vector containing the regression coefficients


dsn00b/linear_regression documentation built on Nov. 9, 2021, 11:39 p.m.