openintro (version 1.7.1)

poker: Poker winnings during 50 sessions

Description

Poker winnings (and losses) for 50 days by a professional poker player.

Usage

data(poker)

Arguments

Format

A data frame with 49 observations on the following variable.

winnings

Poker winnings and losses, in US dollars.

References

OpenIntro Statistics, hrefhttp://www.openintro.org/stat/textbook.phpopenintro.org

Examples

Run this code
# NOT RUN {
data(poker)
histPlot(poker$winnings)
# }

Run the code above in your browser using DataLab