Description Usage Arguments Value Examples
View source: R/check_assumptions.R
This function replicates plot.lm() functionality with ggplot
1 | check_assumptions(x, ...)
|
x |
a fitted model object that has broom tidiers |
... |
not used at present |
NULL called for its side effect, making a plot
1 2 | lm1 <- lm(Sepal.Width ~ Petal.Length, data = iris)
check_assumptions(lm1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.