Navigation
Synopsis Analysis of Variance (ANOVA) f-value.
Function num anovaFValue(list[list[num]] categoryData)
Usage import analysis::statistics::Inference;
Description Perform Analysis of Variance test also described here.

Compute the F statistic -- also known as F-test -- using the definitional formula F = msbg/mswg where
  • msbg = between group mean square.
  • mswg = within group mean square.
are as defined here.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.