data d1; input cues gender projtest; *female cues=1, male cues = 2, no cues = 3; *Female subjects = 1 and male subjects = 2; *dependent variable is the number of females they identify on the projective test; cards; 1 1 29 1 1 35 1 1 28 1 1 36 1 1 33 1 1 38 1 2 25 1 2 31 1 2 26 1 2 35 1 2 32 1 2 34 2 1 14 2 1 8 2 1 10 2 1 5 2 1 7 2 1 16 2 2 3 2 2 8 2 2 4 2 2 5 2 2 9 2 2 6 3 1 22 3 1 20 3 1 23 3 1 25 3 1 30 3 1 32 3 2 18 3 2 15 3 2 8 3 2 7 3 2 11 3 2 10 ;