A list with 6 numeric vectors containing the result
of a number of simulated throws with a six-sided dice. Not all of the
dice are fair and they are unfair in different ways.
Usage
dice_data
Arguments
Format
a list containing 6 numeric vectors with varying length
between 158 and 1027. The
elements of the list are named "d1", "d2", etc.
# the numeric vectors differ in lengthlengths(dice_data)
# compute the mean for each dicesapply(dice_data, mean)
# look at the contingency table for dice 3table(dice_data$d3)