penelope | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.