Learn R Programming

Rdice (version 1.0.0)

miwin: Miwin set of dice.

Description

A dataset containing the Miwin set of dice. This set is non-transitively losing, with losing probabilities of 17/36.

Usage

data(miwin)

Arguments

Format

A data table with 3 columns. Each column represents a die with six faces.

Examples

Run this code
data(miwin)
is.nonTransitive(miwin, prob = 17/36)

Run the code above in your browser using DataLab