gallupGPS6 {GeomArchetypal}R Documentation

Gallup Global Preferences Study processed data set of six variables

Description

A 76132 x 6 data frame derived from Gallup Global Preferences Study, see [1] and [2] for details. It can be used as a big data set example.

Usage

data("gallupGPS6")

Format

A data frame with 76132 complete observations on the following 6 variables.

patience

a numeric vector

risktaking

a numeric vector

posrecip

a numeric vector

negrecip

a numeric vector

altruism

a numeric vector

trust

a numeric vector

Details

Data processing:

  1. The non complete rows have been removed

  2. The duplicated rows have also been removed

Note

  1. The data was provided under a Creative Commons NonCommerical ShareAlike 4.0 license:
    https://creativecommons.org/licenses/by-nc-sa/4.0/

  2. Other variables and identifiers from the original data have been dropped

Source

Individual data set was downloaded from
https://www.gallup.com/analytics/318923/world-poll-public-datasets.aspx, last accessed 2024-03-09.

References

[1] Falk, A., Becker, A., Dohmen, T., Enke, B., Huffman, D., & Sunde, U. (2018). Global evidence on economic preferences. Quarterly Journal of Economics, 133 (4), 1645-1692.

[2] Falk, A., Becker, A., Dohmen, T. J., Huffman, D., & Sunde, U. (2016). The preference survey module: A validated instrument for measuring risk, time, and social preferences. IZA Discussion Paper No. 9674.

Examples

# Load package
library(GeomArchetypal)  
data(gallupGPS6)
summary(gallupGPS6)

[Package GeomArchetypal version 1.0.2 Index]