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"
gennaro-tedesco/Rdice documentation built on May 17, 2019, 1:11 a.m.