openintro (version 2.0.0)

penelope: Guesses at the weight of Penelope (a cow)

Description

The data was collected by the Planet Money podcast to test a theory about crowd-sourcing. Penelope's actual weight was 1,355 pounds.

Usage

penelope

Arguments

Format

A data frame with 17,184 observations on the following variable.

weight

Guesses of Penelope's weight, in pounds.

Examples

Run this code
# NOT RUN {
library(ggplot2)

ggplot(penelope, aes(x = weight)) +
  geom_histogram(binwidth = 250)

summary(penelope$weight)

# }

Run the code above in your browser using DataLab