{"id":5954,"date":"2016-05-07T21:26:45","date_gmt":"2016-05-07T20:26:45","guid":{"rendered":"http:\/\/emilkirkegaard.dk\/en\/?p=5954"},"modified":"2016-05-07T22:24:51","modified_gmt":"2016-05-07T21:24:51","slug":"crimeviolence-gender-sexual-orientation-cognitive-ability","status":"publish","type":"post","link":"https:\/\/emilkirkegaard.dk\/en\/2016\/05\/crimeviolence-gender-sexual-orientation-cognitive-ability\/","title":{"rendered":"Crime\/violence, gender, sexual orientation, cognitive ability"},"content":{"rendered":"<p>In <a href=\"https:\/\/www.researchgate.net\/publication\/299945533_Sexual_Orientation_and_Involvement_in_Nonviolent_and_Violent_Delinquent_Behaviors_Findings_From_the_National_Longitudinal_Study_of_Adolescent_to_Adult_Health\">a recent paper<\/a>, Beaver et al looked at the relationships between crime, gender and sexual orientation:<\/p>\n<blockquote><p>This study examined the association between sexual orientation and nonviolent and violent delinquency across the life course. We analyzed self-reported nonviolent and violent delinquency<br \/>\nin a sample of heterosexual males (N=5220\u20137023) and females (N=5984\u20137875), bisexuals (N=34\u201373),gay males (N=145\u2013189), and lesbians (N=115\u2013150) from the National Longitudinal Study of Adolescent to Adult Health (Add Health). The analyses revealed, in general, that bisexuals were the most delinquent of the sexual orientation categories for both males and females. Additional analyses revealed that heterosexual males reported significantly higher levels of both violent and nonviolent<br \/>\ndelinquency than gay males, whereas lesbians reported more involvement in nonviolent delinquency and, to a lesser extent, violent delinquency relative to heterosexual females. Analyses also revealed<br \/>\nthat lesbians reported significantly more delinquent behavior, particularly for nonviolent delinquency, than gay males. Future research should explore the mechanisms that account for these observed patterns and how they can be used to more fully understand the etiology of delinquency.<\/p><\/blockquote>\n<p>I decided to see if this pattern held in <a href=\"https:\/\/osf.io\/p9ixw\/\">the OKCupid dataset<\/a>. I could find three questions about related matters, all of which are yes\/no:<\/p>\n<ol>\n<li>Have you ever been arrested, even if just for a small crime or misdemeanor?<\/li>\n<li>Have you ever hit a significant other in anger?<\/li>\n<li>Excluding childhood fights, have you ever punched someone in the face?<\/li>\n<\/ol>\n<p>Coding these so that &#8220;yes&#8221; = 1 and &#8220;no&#8221; = 0, we can use logistic regression. The second outcome variable had too few datapoints to give useful results, so I skipped it.<\/p>\n<p>The raw associations are:<\/p>\n<p><a href=\"http:\/\/emilkirkegaard.dk\/en\/wp-content\/uploads\/raw_means.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-5959\" src=\"http:\/\/emilkirkegaard.dk\/en\/wp-content\/uploads\/raw_means-300x190.png\" alt=\"raw_means\" width=\"300\" height=\"190\" \/><\/a><\/p>\n<p>I include only persons who self-identified as man or woman (&gt;99% of the sample). I include age and cognitive ability as covariates.<\/p>\n<p>Results:<\/p>\n<pre id=\"rstudio_console_output\" class=\"GJ52RKUCNKB\" tabindex=\"0\"><span class=\"GJ52RKUCDLB ace_keyword\">&gt; <\/span><span class=\"GJ52RKUCDKB ace_keyword\">fit = glm(formula = \"arrested ~ CA + gender_orientation + age\", family = \"binomial\", data = d_main, subset = v_3bigorien &amp; v_menwomen)\r\n<\/span><span class=\"GJ52RKUCDLB ace_keyword\">&gt; <\/span><span class=\"GJ52RKUCDKB ace_keyword\">MOD_summary(fit)\r\n<\/span>$coefs\r\n                                     Beta   SE CI.lower CI.upper\r\nCA                                  -0.29 0.02    -0.33    -0.24\r\ngender_orientation: Hetero_female    0.00   NA       NA       NA\r\ngender_orientation: Bisexual_female  0.65 0.12     0.41     0.88\r\ngender_orientation: Gay_female       0.32 0.23    -0.13     0.78\r\ngender_orientation: Gay_male         0.70 0.12     0.47     0.93\r\ngender_orientation: Bisexual_male    1.13 0.15     0.83     1.43\r\ngender_orientation: Hetero_male      1.04 0.06     0.92     1.17\r\nage                                  0.19 0.02     0.15     0.23\r\n\r\n$meta\r\n        N pseudo-R2  deviance       AIC \r\n 11895.00      0.05  12237.69  12253.69 \r\n\r\n<span class=\"GJ52RKUCDLB ace_keyword\">&gt; <\/span><span class=\"GJ52RKUCDKB ace_keyword\">#punched in face\r\n<\/span><span class=\"GJ52RKUCDLB ace_keyword\">&gt; <\/span><span class=\"GJ52RKUCDKB ace_keyword\">fit = glm(formula = \"punched_face ~ CA + gender_orientation + age\", family = \"binomial\", data = d_main, subset = v_3bigorien &amp; v_menwomen)\r\n<\/span><span class=\"GJ52RKUCDLB ace_keyword\">&gt; <\/span><span class=\"GJ52RKUCDKB ace_keyword\">MOD_summary(fit)\r\n<\/span>$coefs\r\n                                     Beta   SE CI.lower CI.upper\r\nCA                                  -0.29 0.02    -0.32    -0.26\r\ngender_orientation: Hetero_female    0.00   NA       NA       NA\r\ngender_orientation: Bisexual_female  0.58 0.08     0.42     0.74\r\ngender_orientation: Gay_female       0.35 0.15     0.07     0.64\r\ngender_orientation: Gay_male        -0.13 0.10    -0.32     0.06\r\ngender_orientation: Bisexual_male    0.70 0.12     0.46     0.93\r\ngender_orientation: Hetero_male      1.03 0.04     0.95     1.12\r\nage                                 -0.11 0.02    -0.14    -0.07\r\n\r\n$meta\r\n        N pseudo-R2  deviance       AIC \r\n 17188.00      0.04  20926.46  20942.46<\/pre>\n<p>Observations:<\/p>\n<ul>\n<li>Cognitive ability was consistently negatively related to crime\/violence, standardized beta = -.29.<\/li>\n<li>Female bisex. and homosex. were more criminal than heterosex.<\/li>\n<li>Male homosex. were less violent\/criminal, and male bisex. had inconsistent relationships in the controlled analyses, but lower levels in the raw analyses.<\/li>\n<\/ul>\n<p>Project files: https:\/\/osf.io\/zp8fx\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a recent paper, Beaver et al looked at the relationships between crime, gender and sexual orientation: This study examined the association between sexual orientation and nonviolent and violent delinquency across the life course. We analyzed self-reported nonviolent and violent delinquency in a sample of heterosexual males (N=5220\u20137023) and females (N=5984\u20137875), bisexuals (N=34\u201373),gay males (N=145\u2013189), [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1839,2591],"tags":[1998,1868,2342,1377],"class_list":["post-5954","post","type-post","status-publish","format-standard","hentry","category-psychometics","category-intelligence-iq-cognitive-ability","tag-crime","tag-gender","tag-sexual-orientation","tag-violence","entry"],"_links":{"self":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/5954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/comments?post=5954"}],"version-history":[{"count":4,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/5954\/revisions"}],"predecessor-version":[{"id":5960,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/5954\/revisions\/5960"}],"wp:attachment":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/media?parent=5954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/categories?post=5954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/tags?post=5954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}