-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp2_data_about.txt
45 lines (33 loc) · 2.25 KB
/
exp2_data_about.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
The Experiment 2 data csv is structured as follows:
'data.frame': 9457 obs. of 9 variables:
$ Condition : Factor w/ 3 levels "first","full",..: 1 1 1 1 1 1 1 1 1 1 ...
Three conditions: first name, last name, full name
$ List : Factor w/ 9 levels "1A","1B","1C",..: 4 4 4 4 4 4 4 9 9 9 ...
List assignment, see stimuli file on OSF
$ GenderRating: num 5.59 4.22 2.12 6.73 3.61 4.73 1.21 6.24 4.39 2.61 ...
Gender rating for first names, from pilot data. Participants rated each name on a scale
of 1-7 with 1 being most masculine and 7 being most feminine. This column is NA for the
last name condition.
$ NameShown : Factor w/ 105 levels "Ashley","Ashley Cook",..: 51 91 18 60 87 55 63 1 47 29 ...
The name shown (first, last, full). There are 21 first names, 21 last names, and 3
combinations of full names, for a total of 105 different items.
$ NameFirst : Factor w/ 21 levels "Ashley","Blair",..: 11 20 4 13 19 12 14 1 10 6 ...
The first name (for first and full conditions).
$ NameLast : Factor w/ 21 levels "Baker","Bell",..: NA NA NA NA NA NA NA NA NA NA ...
The last name (for last and full conditions).
$ Male : int 1 1 0 1 1 0 1 0 0 1 ...
1 if the response recalled the named character as male.
$ Female : int 0 0 1 0 0 1 0 1 1 0 ...
1 is the response recalled the named character as female.
$ Other : int 0 0 0 0 0 0 0 0 0 0 ...
1 if the response did not recall the named character as male or female (i.e. "it didn't say")
$ SubjID : Factor w/ 1351 levels "Exp2_P1","Exp2_P10",..:
Participant ID
$ SubjGenderMale : int 1 1 1 1 1 1 1 0 0 0 ...
Participants wrote their gender in a free-response box. NA values (N=88) are participants who did not
provide a gender, generally misreading the question and writing their age instead. This is the variable
used in the supplementary analysis, with male participants (N=694) coded as 1 and female (N=566),
genderqueer (N=1), and nonbinary (N=2) participants are coded as 0. The original responses are not
included in the public dataset, to preserve the privacy of gender minority participants.
Participant age, education level, and race/ethnicity were also collected but are not included in the
public dataset.