Learn R Programming

scmamp (version 0.2.55)

friedmanAlignedRanksTest: Friedman's Aligned Ranks test

Description

This function performs Friedman's Aligned Rank test for multiple comparisons

Usage

friedmanAlignedRanksTest(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; parameter, the two degrees of freedom of the F distribution; 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 the version in Garcia et al. (2008).

References

S. Garcia, A. Fernandez, J. Luengo and F. Herrera (2010) Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intelligence and ata mining: Experimental analysis of power. Information Sciences, 180, 2044-2064.

Examples

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

Run the code above in your browser using DataLab