This function performs F-test for K populations means
Usage
anovaTest(data, ...)
Arguments
data
Matrix where the test is performed
...
Ignored
Value
A list with class "htest" containing the following components: statistic, the value of the statistic used in the test; p.value, the p-value for the test; method, a character string indicating what type of test was performed and data.name, a character string giving the name of the data.
Details
The test has been implemented according to Test 22 in Kanji (2006).
References
Kanji, G. K. (2006) 100 Statistical Tests. SAGE Publications Ltd, 3rd edition.