residplot {vannstats} | R Documentation |
Simplified Residuals Plot
Description
This function creates a residual plot (residplot) on a data frame of the variables in an equation.
Usage
residplot(df, formula)
Arguments
df |
data frame to read in. |
formula |
the variables in the regression model, |
Examples
data <- mtcars
residplot(data, mpg ~ wt + am)
[Package vannstats version 1.3.4.14 Index]