powered by
The data was collected by the Planet Money podcast to test a theory about crowd-sourcing. Penelope's actual weight was 1,355 pounds.
penelope
A data frame with 17,184 observations on the following variable.
Guesses of Penelope's weight, in pounds.
library(ggplot2) ggplot(penelope, aes(x = weight)) + geom_histogram(binwidth = 250) summary(penelope$weight)
Run the code above in your browser using DataLab