Learn R Programming

scmamp (version 0.2.55)

anovaTest: 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

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.

Examples

Run this code
data(data_gh_2008)
anovaTest(data.gh.2008)

Run the code above in your browser using DataLab