checking.plots {PASWR} | R 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
Examples
mod.aov <- aov(StopDist ~ tire, data = Tire)
checking.plots(mod.aov)
rm(mod.aov)
[Package PASWR version 1.3 Index]