Skip to contents

Default diagnostic plot for a morie_lm

Usage

# S3 method for class 'morie_lm'
plot(x, ...)

Arguments

x

A morie_lm.

...

Passed to plot().

Value

NULL, invisibly. Draws fitted-versus-residual diagnostics with readable axis labels.

Examples

set.seed(1)
df <- data.frame(y = rnorm(30), x = rnorm(30))
fit <- morie_lm(y ~ x, data = df)
plot(fit)