Learn R Programming

valottery (version 0.0.1)

cash.4.life: 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

Arguments

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab