ols_prep_rfsplot_fmdata: Residual fit spread plot data

View source: R/ols-plots-data.R

ols_prep_rfsplot_fmdataR Documentation

Residual fit spread plot data

Description

Data for generating residual fit spread plot.

Usage

ols_prep_rfsplot_fmdata(model)

ols_prep_rfsplot_rsdata(model)

Arguments

model

An object of class lm.

Examples

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


olsrr documentation built on May 29, 2024, 12:35 p.m.