residplot: Simplified Residuals Plot

Description Usage Arguments Examples

View source: R/residplot.R

Description

This function creates a residual plot (residplot) on a data frame of the variables in an equation.

Usage

1

Arguments

df

data frame to read in.

formula

the variables in the regression model, Y = X_1 + X_2 + ... + X_m, written as Y ~ X1 + X2...

Examples

1
2
3
data <- mtcars

residplot(data, mpg ~ wt + am)

burrelvannjr/vannstats documentation built on April 30, 2021, 2:01 p.m.