Learn R Programming

olsrr (version 0.5.3)

ols_prep_dsrvf_data: Deleted studentized residual plot data

Description

Generates data for deleted studentized residual vs fitted plot.

Usage

ols_prep_dsrvf_data(model)

Arguments

model

An object of class lm.

Examples

Run this code
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_prep_dsrvf_data(model)

Run the code above in your browser using DataLab