ols_prep_rfsplot_fmdata: Residual fit spread plot data

Description Usage Arguments Examples

Description

Data for generating residual fit spread plot.

Usage

1
2
3

Arguments

model

An object of class lm.

Examples

1
2
3
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_prep_rfsplot_fmdata(model)
ols_prep_rfsplot_rsdata(model)

cmlopera/olsrr documentation built on May 26, 2019, 10:34 a.m.