qqANOVA | R Documentation |
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)), ...)
x |
numeric vector of errors |
y |
numeric vector of scaled responses |
plot.it |
logical vector indicating whether to plot or not |
xlab |
character, x-axis label |
ylab |
character, y-axis label |
... |
any other arguments for the plot function |
A QQ plot is drawn.
W. John Braun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.