pantheon {diverse} | R Documentation |
Pantheon dataset
Description
Dataframe of globally famous people according to MIT's Pantheon 1.0. Dataset includes the number of globally famous people for a sample of 10 countries and 53 different occupations. The complete dataset is described in [Yu et al., 2015].
Usage
pantheon
Format
A dataframe with the variables:
- Country
Name of the country
- Occupation
Occupation according to the taxonomy of Pantheon
- Value
Quantity of globally famous people that were born in that country
Source
http://pantheon.media.mit.edu/
References
Yu, A. Z., Ronen, S., Hu, K., Lu, T., & Hidalgo, C. A. (2016). Pantheon 1.0, a manually verified dataset of globally famous biographies. Scientific Data, 3.
Examples
data(pantheon)
str(pantheon)
summary(pantheon)
pantheon[pantheon$Country=="Chile",]
[Package diverse version 0.1.5 Index]