Learn R Programming

benchmark (version 0.3-3)

Paircomp: Infrastructure for pairwise comparisons of algorithm performances...

Description

Infrastructure for pairwise comparisons of algorithm performances

Arguments

Details

Paircomp: 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").

See Also

TestProcedure