Home • SimpleStats • User Guide and Documentation

☰ Menu
We are updating all the pages, it will be complete soon!

Analyze/Stats: One-way ANOVA (Analysis of Variance)

The One-Way ANOVA test compares the means of three or more independent groups to determine if at least one group is significantly different from the others.

How the Function is Called

				
					f_oneway(group1, group2, group3, ...) 
				
			

Input: Arrays for each group.

Output: F-statistic and p-value.

Updating!

Soon this page will present a step-by-step guide, tutorials and tips for this test.