This app performs One-way ANOVA using the aov() function in R packge stats,

aov: Fit an Analysis of Variance Model

Here, data is either the sample data, or the csv file uploaded.

The built-in sample is the iris dataset with 3 species.

iris_dataset: Edgar Anderson's Iris Data

Choose a numeric variable and a grouping factor with 3+ levels.

Please make sure the uploaded csv file is also in a stacked format.

You'll see the ANOVA result and a corresponding boxplot.

Built with ggplot2, stats, and botanical precision 🌸.