This function is used to display the weight of the evidence against null main effects in data coming from a 1 factor design, using a QQ plot. In practice this method is often called via the function GANOVA.
qqANOVA(x, y, plot.it = TRUE, xlab = deparse(substitute(x)),
ylab = deparse(substitute(y)), ...)
A QQ plot is drawn.
numeric vector of errors
numeric vector of scaled responses
logical vector indicating whether to plot or not
character, x-axis label
character, y-axis label
any other arguments for the plot function
W. John Braun