R/efronData.R

#' The standard set of Efron's dice
#'
#' A dataset containing the four standard Efron's dice, non-transitive
#' set of dice with winning probabilities of 2/3.
#'
#' @docType data
#'
#' @usage data(efron)
#'
#' @format A data table with 4 columns. Each column represents a die
#' with six faces.
#'
#' @keywords datasets
#' @examples
#' data(efron)
#' is.nonTransitive(efron, prob = 2/3)
"efron"

Try the Rdice package in your browser

Any scripts or data that you put into this service are public.

Rdice documentation built on May 2, 2019, 3:46 a.m.