chess {aylmer}R Documentation

Chess playing dataset

Description

A tally of wins and losses for games between three chess players: Topalov, Anand, Karpov

Usage

data(chess)

Details

The players are:

Observe that Topalov beats Anand, Anand beats Karpov, and Karpov beats Topalov (here, “beats” means “wins more games than”).

The games thus resemble a noisy version of “rock paper scissors”.

References

See Also

rps

Examples

data(chess)
allboards(chess)

[Package aylmer version 1.0-3 Index]