Access

Read in the dataset using the following code.

library(tidyverse)
gensex <- readr::read_csv("https://and.netlify.app/datasets/gensex_2022.csv")

Methods

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.

Participants

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.

Variables

To view a descriptive summary of all variables, run summary(gensex).

duration

Length of time to complete the questionnaire in seconds.

age

Age of the participant in years.

gender

Categorical gender identity, with categories “Male”, “Female”, and “Other”.

gender_comfort

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”).

gender_masc

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”).

gender_fem

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”).

gender_stable

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”).

sexual_strength

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”).

sexual_freq

Response to question, “How frequently would you say you experience sexual attraction to other people?”, on a scale from 1 (“Never”) to 9 (“Often”).

sexual_gender

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.”

romantic_strength

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”).

romantic_freq

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”).

romantic_gender

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.”