View source: R/residual_plot.R
residual_plot | R Documentation |
residual_plot
plots the residuals of a fitted model.
residual_plot(model, ...)
model |
A fitted model. |
... |
Currently unimplemented. |
Joshua French
lmod <- lm(Girth ~ Height, data = trees)
residual_plot(lmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.