Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

olsrr (version 0.4.0)

ols_rsd_qqplot: Residual QQ Plot

Description

Graph for detecting violation of normality assumption.

Usage

ols_rsd_qqplot(model)

Arguments

model

an object of class lm

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_rsd_qqplot(model)
# }

Run the code above in your browser using DataLab