Learn R Programming

scmamp (version 0.2.55)

contrastEstimationMatrix: Contrast estimation based on medians

Description

This function performs estimates the contrast between algorithms through the medians

Usage

contrastEstimationMatrix(data)

Arguments

data
Matrix or data frame with the data to compare

Value

A matrix where the estimation of all the pairs of differences are output. The differences correspond to row-column.

Details

The test has been implemented according to Garcia et al. (2010), Section 3.3.

References

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

Examples

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

Run the code above in your browser using DataLab