powered by
residual_plot plots the residuals of a fitted model.
residual_plot
residual_plot(model, ...)
A fitted model.
Currently unimplemented.
Joshua French
lmod <- lm(Girth ~ Height, data = trees) residual_plot(lmod)
Run the code above in your browser using DataLab