Learn R Programming

api2lm (version 0.2)

residual_plot: 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

Joshua French

Examples

Run this code
lmod <- lm(Girth ~ Height, data = trees)
residual_plot(lmod)

Run the code above in your browser using DataLab