Learn R Programming

olsrr (version 0.6.0)

ols_prep_avplot_data: Added variable plot data

Description

Data for generating the added variable plots.

Usage

ols_prep_avplot_data(model)

Arguments

model

An object of class lm.

Examples

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

Run the code above in your browser using DataLab