R Dataset / Package car / Guyer
On this R-data statistics page, you will find information about the Guyer data set which pertains to Anonymity and Cooperation. The Guyer data set is found in the car R package. You can load the Guyer data set in R by issuing the following command at the console data("Guyer"). This will load the data into a variable called Guyer. If R says the Guyer data set is not found, you can try installing the package by issuing this command install.packages("car") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Guyer R data set. The size of this file is about 252 bytes.
Anonymity and Cooperation
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.
Usage
Guyer
Format
This data frame contains the following columns:
- cooperation
-
Number of cooperative choices (out of 120 in all).
- condition
-
A factor with levels:
A
, Anonymous;P
, Public-Choice. - sex
-
Sex. A factor with levels:
F
, Female;M
, Male.
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. (2008) Applied Regression Analysis and Generalized Linear Models, Second Edition. Sage.
Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.
Dataset imported from https://www.r-project.org.