Learn R Programming

benchmark (version 0.3-6)

paircomp: Pairwise comparison of algorithm performances

Description

Pairwise comparison of algorithm performances

Usage

paircomp(x, family, type = c("

Arguments

family
A Paircomp object; see details section
type
Draw strict or indifference decision
...
Ignored

Value

  • A PaircompDecision object; a list with the elements: rl{ decision The incidence matrix representing the pairwise comparisons type The decision type base A list with information on the decision base }

Details

Available TestPaircomp implementations: rl{ FriedmanTestPaircomp Pairwise comparison based on the non parametric friedman test LmerTestPaircomp Pairwise comparison based on a mixed effects model (function lmer in package lme4) PercintTestPaircomp Pairwise comparison based on the bootstrap percentile intervals }

Available PointPaircomp implementations: rl{ GenericPointPaircomp Pairwise comparison based on point estimates. }

References

See Eugster and Leisch (2008) and Eugster et al. (2008) in citation("benchmark").