Learn R Programming

olsrr (version 0.1.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
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_rsd_qqplot(model)

Run the code above in your browser using DataLab