Learn R Programming

valottery (version 0.0.1)

pick.3.1xday: Pick 3 (once daily)

Description

Historical data for the Pick 3 once daily game. Game Play: Pick a three digit number from 000 through 999. Note: On January 30, 1995, Pick 3 switched to twice daily drawings.

Usage

pick.3.1xday

Arguments

Format

A data frame with 1,777 rows and 4 variables:
date
date of draw
N1
1st digit
N2
2nd digit
N3
3rd digit

Examples

Run this code
lapply(pick.3.1xday[,-1],function(x)round(prop.table(table(x)),2))

Run the code above in your browser using DataLab