QQPlot: Generate a QQ-plot.

Description Usage Arguments Examples

View source: R/QQPlot.R

Description

This function reimplements the base R QQ-plot using ggplot2.

Usage

1
QQPlot(model = NULL)

Arguments

model

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

Examples

1
QQPlot(model = my_lm)

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