checking.plots: Checking Plots

View source: R/checking.plots.R

checking.plotsR Documentation

Checking Plots

Description

Function that creates four graphs that can be used to help assess independence, normality, and constant variance

Usage

checking.plots(model, n.id = 3, COL = c("#0080FF", "#A9E2FF"))

Arguments

model

an aov or lm object

n.id

the number of points to identify

COL

vector of two colors

Author(s)

Alan T. Arnholt <arnholtat@appstate.edu>

See Also

twoway.plots, oneway.plots

Examples

mod.aov <- aov(StopDist ~ tire, data = Tire)
checking.plots(mod.aov)
rm(mod.aov)



PASWR documentation built on May 15, 2022, 5:05 p.m.