50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

olsrr (version 0.4.0)

ols_resp_viz: Visualize Response Variable

Description

Panel of plots to explore and visualize the response variable.

Usage

ols_resp_viz(model)

Arguments

model

an object of class lm

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_resp_viz(model)
# }

Run the code above in your browser using DataLab