1
2
3
4
5
#

Name:

Description:

The Guyer data frame has 20 rows and 3 columns. The data are from an experiment in which four-person groups played a prisoner's dilemma game for 30 trails, each person making either a cooperative or competitive choice on each trial. Choices were made either anonymously or in public; groups were composed either of females or of males. The observations are 20 groups.

Variables:

This data frame contains the following columns:

cooperation

Number of cooperative choices (out of 120 in all).

condition

A factor with levels: anonymous, Anonymous choice; public, Public choice.

sex

Sex. A factor with levels: female and male.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Fox, J. and Guyer, M. (1978) Public choice and cooperation in n-person prisoner's dilemma. Journal of Conflict Resolution 22, 469–481.

References

Fox, J. (2016) Applied Regression Analysis and Generalized Linear Models, Third Edition. Sage.

Fox, J. and Weisberg, S. (2013) An R Companion to Applied Regression, Third Edition, Sage.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Anonymity_and_Cooperation_129_12.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.