residual_plot: (Stat 5100 function) Obtain a residual plot for a linear...

Description Usage Arguments Value

View source: R/plotting.R

Description

(Stat 5100 function) Obtain a residual plot for a linear model. This helps you decide on the appropriateness of linear regression model assumptions.

Usage

1
residual_plot(lmobject, ...)

Arguments

lmobject

An object of type 'lm' created from the lm() function.

Value

A plot object of the residuals plotted against the fitted values.


ethanancell/stat5100package documentation built on April 18, 2021, 2:40 a.m.