gensex
Dataset CodebookRead in the dataset using the following code.
library(tidyverse)
gensex <- readr::read_csv("https://and.netlify.app/datasets/gensex_2022.csv")
The gensex
data focuses on gender identity and sexual and romantic attraction. The purpose of the dataset is to explore how concepts like “gender” and “attraction” may be much more complex than typically assumed. Psychology studies frequently obtain measures of, for instance, gender identity as a categorical variable - that is, the respondent is required to choose a single label. This questionnaire investigates gender identity via rating measures for different aspects of that identity, to allow for comparison between different techniques.
Students from the 2019/2020 and 2020/2021 Psychology cohorts were invited to contribute to the questionnaire. In addition, a small number of randomly generated cases were added to the dataset in order to protect the anonymity of individuals with more easily identifiable combinations of values.
To view a descriptive summary of all variables, run summary(gensex)
.
Length of time to complete the questionnaire in seconds.
Age of the participant in years.
Categorical gender identity, with categories “Male”, “Female”, and “Other”.
Response to question, “How comfortable do you feel with your choice on the question above?”, referring to the response for the preceding gender
question, on a scale from 1 (“Not at all comfortable”) to 9 (“Completely comfortable”).
Response to question, “Using your own understanding of masculinity and femininity, how masculine would you say you are?”, on a scale from 1 (“Not at all masculine”) to 9 (“Very strongly masculine”).
Response to question, “Using your own understanding of masculinity and femininity, how feminine would you say you are?”, on a scale from 1 (“Not at all feminine”) to 9 (“Very strongly feminine”).
Response to question, “How stable/fluid would you say your sense of your own gender is?”, on a scale from 1 (“Completely fluid/changing”) to 9 (“Completely stable”).
Response to question, “How strongly can you experience sexual attraction to another person?”, on a scale from 1 (“Not at all”) to 9 (“Very strongly”).
Response to question, “How frequently would you say you experience sexual attraction to other people?”, on a scale from 1 (“Never”) to 9 (“Often”).
Response to question, “If gender can be represented as a linear scale, indicate your sexual preference for gender(s). Leave blank if you don’t experience sexual attraction to people”, on a scale from 1 (“Women”) to 9 (“Men”), with 5 labeled as “Another gender/no preference/gender is not important to me.”
Response to question, “How strongly can you experience romantic/emotional attraction to another person?”, on a scale from 1 (“Not at all”) to 9 (“Very strongly”).
Response to question, “How frequently would you say you experience romantic/emotional attraction to other people?”, on a scale from 1 (“Never”) to 9 (“Often”).
Response to question, “If gender can be represented as a linear scale, indicate your romantic/emotional preference for gender(s). Leave blank if you don’t experience romantic/emotional attraction to people”, on a scale from 1 (“Women”) to 9 (“Men”), with 5 labeled as “Another gender/no preference/gender is not important to me.”