GANOVA | R Documentation |
Graphical analysis of one-way ANOVA data. It allows visualization of the usual F-test.
GANOVA(dataset, var.equal=TRUE, type="QQ", center=TRUE, shift=0)
dataset |
A data frame, whose first column must be the factor variable and whose second column must be the response variable. |
var.equal |
Logical: if TRUE, within-sample variances are assumed to be equal |
type |
"QQ" or "hist" |
center |
if TRUE, center and scale the means to match the scale of the errors |
shift |
on the histogram, lift the points representing the means above the horizontal axis by this amount. |
A QQ-plot or a histogram and rugplot
W. John Braun and Sarah MacQueen
Braun, W.J. 2013. Naive Analysis of Variance. Journal of Statistics Education.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.