check_assumptions: Plot residuals of a fitted model

Description Usage Arguments Value Examples

View source: R/check_assumptions.R

Description

This function replicates plot.lm() functionality with ggplot

Usage

1

Arguments

x

a fitted model object that has broom tidiers

...

not used at present

Value

NULL called for its side effect, making a plot

Examples

1
2
lm1 <- lm(Sepal.Width ~ Petal.Length, data = iris)
check_assumptions(lm1)

atyre2/NRES803 documentation built on Sept. 1, 2021, 5:11 a.m.