Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.