bugs_wide | R Documentation |
Wide-format version of the "Bugs" dataset.
bugs_wide
A data frame with 93 rows and 6 variables
subject. Dummy identity number for each participant.
gender. Participant's gender (Female, Male).
region. Region of the world the participant was from.
education. Level of education.
ldlf,ldhf,hdlf,hdhf. The desire to kill an arthropod was indicated on a scale from 0 to 10 in each condition of the experiment (LDLF: low freighteningness and low disgustingness; LFHD: low freighteningness and high disgustingness; HFHD: high freighteningness and low disgustingness; HFHD: high freighteningness and high disgustingness).
This data set, "Bugs", provides the extent to which men and women want to kill arthropods that vary in freighteningness (low, high) and disgustingness (low, high). Each participant rates their attitudes towards all anthropods. Subset of the data reported by Ryan et al. (2013).
https://www.sciencedirect.com/science/article/pii/S0747563213000277
dim(bugs_wide)
head(bugs_wide)
dplyr::glimpse(bugs_wide)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.