Description Usage Format Source Examples
Historical data for the CASH4LIFE game. Game play: Pick five different numbers from 1 through 60; then select one Cash Ball number from 1 through 4.
1 |
A data frame with 34 rows and 7 variables:
date of draw
cash ball result
1st number in order
2nd number in order
3rd number in order
4th number in order
5th number in order
1 2 3 4 | ## Check numbers drawn are uniformly distributed
x <- qunif(ppoints(nrow(cash.4.life)*5),1,60)
y <- sort(unlist(cash.4.life[,3:7]))
qqplot(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.