Learn R Programming

PASWR (version 1.3)

checking.plots: 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

See Also

twoway.plots, oneway.plots

Examples

Run this code
# NOT RUN {
mod.aov <- aov(StopDist ~ tire, data = Tire)
checking.plots(mod.aov)
rm(mod.aov)


# }

Run the code above in your browser using DataLab