openintro (version 2.0.0)

poker: Poker winnings during 50 sessions

Description

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

Usage

poker

Arguments

Format

A data frame with 49 observations on the following variable.

winnings

Poker winnings and losses, in US dollars.

Examples

Run this code
# NOT RUN {
library(ggplot2)

ggplot(poker, aes(x = winnings)) +
  geom_histogram(binwidth = 250)

# }

Run the code above in your browser using DataCamp Workspace