ResidPlot: Generate a residuals vs. fitted values plot.

Description Usage Arguments Examples

View source: R/ResidPlot.R

Description

This function reimplements the first result from plot.lm() using ggplot2.

Usage

1
ResidPlot(model = NULL)

Arguments

model

The model you'd like to analyze. Defaults to NULL.

Examples

1
ResidPlot(model = my_lm)

jr-leary7/jackknife documentation built on April 19, 2021, 2:18 a.m.