ols_prep_avplot_data {olsrr}R Documentation

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

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


[Package olsrr version 0.6.0 Index]