anovaTest: ANOVA test for multiple comparisons

anovaTestR Documentation

ANOVA test for multiple comparisons

Description

This function performs F-test for K populations means

Usage

anovaTest(data, ...)

Arguments

data

Matrix where the test is performed

...

Ignored

Details

The test has been implemented according to Test 22 in Kanji (2006).

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.

References

Kanji, G. K. (2006) 100 Statistical Tests. SAGE Publications Ltd, 3rd edition.

Examples

data(data_gh_2008)
anovaTest(data.gh.2008)


b0rxa/scmamp documentation built on Jan. 17, 2024, 10:49 a.m.