pantheon: Pantheon dataset

Description Usage Format Source References Examples

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

1

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

1
2
3
4
data(pantheon)
str(pantheon)
summary(pantheon)
pantheon[pantheon$Country=="Chile",]

Example output

Loading required package: proxy

Attaching package: 'proxy'

The following objects are masked from 'package:stats':

    as.dist, dist

The following object is masked from 'package:base':

    as.matrix

Loading required package: reshape2
Loading required package: foreign
'data.frame':	119 obs. of  3 variables:
 $ Country   : Factor w/ 10 levels "Canada","Chile",..: 10 5 4 9 2 8 7 6 3 1 ...
 $ Occupation: Factor w/ 52 levels "Actor","Architect",..: 40 40 40 40 40 40 40 40 40 40 ...
 $ Value     : int  6 2 8 5 10 9 17 36 38 10 ...
         Country           Occupation     Value      
 Canada      :27   Politician   :10   Min.   : 1.00  
 China       :24   Writer       : 8   1st Qu.: 1.00  
 South Africa:16   Soccer Player: 6   Median : 2.00  
 Portugal    :11   Singer       : 5   Mean   : 3.84  
 Latvia      :10   Actor        : 4   3rd Qu.: 4.00  
 New Zealand : 9   Chemist      : 4   Max.   :38.00  
 (Other)     :22   (Other)      :82                  
   Country    Occupation Value
5    Chile    Politician    10
24   Chile        Writer     5
34   Chile Soccer Player     5
39   Chile         Coach     1
41   Chile Tennis Player     3
56   Chile     Biologist     1
87   Chile        Singer     1

diverse documentation built on May 2, 2019, 2:10 a.m.

Related to pantheon in diverse...