diagnostic: Diagnostic

Description Usage Arguments Value Examples

Description

This function simply streamlines the process of creating diagnostic plots with ggplot

Usage

1
diagnostic(data., x., y.)

Arguments

data.

data frame

x.

x-axis

y.

y-axis

Value

a residual plot and QQ plot

Examples

1
diagnostic(iris, Sepal.Length, Sepal.Width)

MGallow/statr documentation built on May 7, 2019, 2:04 p.m.