Description Usage Format Source Examples
Historical data for the Power Ball game. Game play: Pick five different numbers from 1 through 59; then select one Powerball number from 1 through 35.
1 |
A data frame with 582 rows and 7 variables:
date of draw
powerball result
1st number in order
2nd number in order
3rd number in order
4th number in order
5th number in order
1 2 3 4 5 6 | ## According to game rules, the powerball is numbered 1 - 35,
## but apparently there were times when it went up to 39
i <- power.ball$powerball > 35
any(i)
sum(i)
power.ball$powerball[i]
|
[1] TRUE
[1] 21
[1] 37 36 38 39 36 37 38 36 39 37 36 36 36 39 39 38 39 36 39 38 38
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.