Description Usage Format Source Examples
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.
1 |
A data frame with 1,777 rows and 4 variables:
date of draw
1st digit
2nd digit
3rd digit
1 | lapply(pick.3.1xday[,-1],function(x)round(prop.table(table(x)),2))
|
$N1
x
0 1 2 3 4 5 6 7 8 9
0.09 0.09 0.10 0.09 0.10 0.11 0.10 0.10 0.10 0.11
$N2
x
0 1 2 3 4 5 6 7 8 9
0.10 0.10 0.11 0.10 0.09 0.10 0.10 0.09 0.11 0.10
$N3
x
0 1 2 3 4 5 6 7 8 9
0.10 0.10 0.10 0.12 0.10 0.09 0.11 0.10 0.09 0.10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.