poker: Poker winnings during 50 sessions

Description Usage Format Source Examples

Description

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

Usage

1

Format

A data frame with 49 observations on the following variable.

winnings

Poker winnings and losses, in US dollars.

Source

Anonymity has been requested by the player.

Examples

1
2
3
4
library(ggplot2)

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

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.