"check.ANOVA.assumptions" {ScottKnottESD} | R Documentation |
Check basic ANOVA assumptions
Description
Check the normality assumption of the input dataset using the Kolmogorov-Smirnov Test and the homogeneity of variances assumption of the input dataset using the Levene's test.
Usage
check.ANOVA.assumptions(x, alpha = 0.05, ...)
Arguments
x |
A wide-format data frame. |
alpha |
The significance level. |
... |
Optional parameters. |
Value
A wide-format data frame.
Author(s)
Chakkrit Tantithamthavorn (kla@chakkrit.com)
Examples
check.ANOVA.assumptions(example)
[Package ScottKnottESD version 2.0.3 Index]