powered by
Produce standard diagnostic plots for linear models using ggplot2.
lm_plot(x, ...)
A linear model object produced by lm().
lm()
Extra arguments, currently ignored.
# NOT RUN { n <- 100 x1 <- rnorm(n) y1 <- rnorm(n) linmod <- lm(y1 ~ x1) plot(linmod) # }
Run the code above in your browser using DataLab