pick.3.1xday {valottery} | R Documentation |
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
Format
A data frame with 1,777 rows and 4 variables:
- date
date of draw
- N1
1st digit
- N2
2nd digit
- N3
3rd digit
Source
Examples
lapply(pick.3.1xday[,-1],function(x)round(prop.table(table(x)),2))
[Package valottery version 0.0.1 Index]