Learn R Programming

Rdice (version 1.0.0)

efron: The standard set of Efron's dice

Description

A dataset containing the four standard Efron's dice, non-transitive set of dice with winning probabilities of 2/3.

Usage

data(efron)

Arguments

Format

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

Examples

Run this code
data(efron)
is.nonTransitive(efron, prob = 2/3)

Run the code above in your browser using DataLab