anovaTest: ANOVA test for multiple comparisons

Description Usage Arguments Details Value References Examples

Description

This function performs F-test for K populations means

Usage

1

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

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

scmamp documentation built on May 1, 2019, 10:10 p.m.