cash.4.life: CASH4LIFE

Description Usage Format Source Examples

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

1

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

https://www.valottery.com

Examples

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)

Example output



valottery documentation built on May 2, 2019, 6:33 a.m.