Skip to main content

analysisOfVariance

Introduced in: v22.10.0 Provides a statistical test for one-way analysis of variance (ANOVA test). It is a test over several groups of normally distributed observations to find out whether all groups have the same mean or not.
Groups are enumerated starting from 0 and there should be at least two groups to perform a test. There should be at least one group with the number of observations greater than one.
Syntax
Aliases: anova Arguments Returned value Returns a tuple with the F-statistic and p-value. Tuple(Float64, Float64) Examples Basic usage
Query
Response
Last modified on July 2, 2026