Generates data for deleted studentized residual vs fitted plot.

dpred(model)

Arguments

model

An object of class lm.

Examples

model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_prep_dsrvf_data(model)
#> Error in ols_prep_dsrvf_data(model): could not find function "ols_prep_dsrvf_data"