Class OneWayANOVA


  • public class OneWayANOVA
    extends HypothesisTest
    The One-Way ANOVA test tests for the equality of the means of several groups. ANOVAs are helpful because they possess an advantage over a two-sample t-test. Doing multiple two-sample t-tests would result in an increased chance of committing a type I error. For this reason, ANOVAs are useful in comparing three or more means.

    The R equivalent function is aov.

    See Also: