ranks_horror | R Documentation |
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.
data(ranks_horror)
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:
Rank assigned to Survivor role.
Rank assigned to Rogue role.
Rank assigned to Guardian role.
Rank assigned to Seeker role.
Rank assigned to Mystic role.
Curtis Miller's personal website: https://ntguardian.wordpress.com/2019/02/18/.
str(ranks_horror)
head(ranks_horror)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.