ranks_horror {MSmix} | R Documentation |
Arkham Horror Data (complete rankings)
Description
The Arkham Horror dataset came up from an on-line survey conducted by Curtis Miller to investigate popularity of different player roles of Arkham Horror: The Card Game. A sample of N=241
respondents provided their complete rankings of n=5
player modes in order of preference. The player roles are: 1 = Survivor, 2 = Rogue, 3 = Guardian, 4 = Seeker, 5 = Mystic. Statistical analyses of these data can be found at the links provided in References.
Usage
data(ranks_horror)
Format
A data frame gathering N=421
complete rankings of the n=5
player roles in each row (rank 1 = most preferred item). The variables are detailed below:
- Survivor
Rank assigned to Survivor role.
- Rogue
Rank assigned to Rogue role.
- Guardian
Rank assigned to Guardian role.
- Seeker
Rank assigned to Seeker role.
- Mystic
Rank assigned to Mystic role.
References
Curtis Miller's personal website: https://ntguardian.wordpress.com/2019/02/18/.
Examples
str(ranks_horror)
head(ranks_horror)