One-Way ANOVA
One-way ANOVA (one-way analysis of variance) is a technique that can be used to compare means of two or more samples (using the F distribution).
Form
-
Variable(s)num
Select one or more numerical variables you want to test.
-
Factor
Select a categorical variable as factor which split your data into several groups.
-
Additional Output
Determine if you want to visualize your data using areaspline chart.
Example
You can use iris dataset to check whether Sepal.Length, Sepal.Width, Petal.Length, and Petal.Width have significant mean differences between Species.
Try it »