thanksgiving_spend: Thanksgiving spending, simulated based on Gallup poll.

Description Usage Format Examples

Description

This entry gives simulated spending data for Americans during Thanksgiving in 2009 based on findings of a Gallup poll.

Usage

1

Format

A data frame with 436 observations on the following 1 variable.

spending

Amount of spending, in US dollars.

Examples

1
2
3
4
library(ggplot2)

ggplot(thanksgiving_spend, aes(x = spending)) +
  geom_histogram(binwidth = 20)

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