qq_plot: (Stat 5100 function) Obtain a QQ plot for a linear model....

Description Usage Arguments Value

View source: R/plotting.R

Description

(Stat 5100 function) Obtain a QQ plot for a linear model. This plot can help you assess the normality assumption of a linear regression model. This plot will plot theoretical quantiles of a normal distribution against the residuals.

Usage

1
qq_plot(lmobject, ...)

Arguments

lmobject

A linear model object from the lm() function.

Value

A QQ plot object.


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