cash.4.life {valottery} | R Documentation |
CASH4LIFE
Description
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.
Usage
cash.4.life
Format
A data frame with 34 rows and 7 variables:
- date
date of draw
- cashball
cash ball result
- N1
1st number in order
- N2
2nd number in order
- N3
3rd number in order
- N4
4th number in order
- N5
5th number in order
Source
Examples
## 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)
[Package valottery version 0.0.1 Index]