seq_plot: (Stat 5100 function) Obtain a sequence plot of residuals....

Description Usage Arguments Value

View source: R/plotting.R

Description

(Stat 5100 function) Obtain a sequence plot of residuals. This is a plot that plots the order of the residuals in the data agains the residuals themselves. This can help you identify a possible violation of independence in the residuals.

Usage

1
seq_plot(lmobject, ...)

Arguments

lmobject

A linear model object from the lm() function.

Value

A plot object with the residuals plotted in order.


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