residual_plot {api2lm} | R Documentation |
Plot residuals of a fitted model
Description
residual_plot
plots the residuals of a fitted model.
Usage
residual_plot(model, ...)
Arguments
model |
A fitted model. |
... |
Currently unimplemented. |
Author(s)
Joshua French
Examples
lmod <- lm(Girth ~ Height, data = trees)
residual_plot(lmod)
[Package api2lm version 0.2 Index]