residual_plot {api2lm} | 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)