<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ODDS RATIO Proc Logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819501#M40526</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I have this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc logistic data=B_FINAL PLOTS = (ROC) Descending ;
	class _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD / param=ref;
	model _approvalD (event='1') = _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD
		   
/ link=logit technique=fisher ctable pprob=0.25 pprob=0.5 pprob=0.75 rsquare expb lackfit;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The odds ratio table shows as result:&amp;nbsp;&lt;SPAN&gt;_genderD 0 vs 1 =&amp;nbsp;0.862 (point estimate).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I interpret this result for the gender variable (the variable is coded '1' for female and '0' for male)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 02:16:17 GMT</pubDate>
    <dc:creator>acf_2</dc:creator>
    <dc:date>2022-06-22T02:16:17Z</dc:date>
    <item>
      <title>ODDS RATIO RESULTS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819508#M40524</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Everyone, I have this code: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc logistic data=B_FINAL PLOTS = (ROC) Descending ;
	class _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD / param=ref;
	model _approvalD (event='1') = _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD 
		   
/ link=logit technique=fisher ctable pprob=0.25 pprob=0.5 pprob=0.75 rsquare expb lackfit;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The odds ratio table shows as result:&amp;nbsp; _genderD 0 vs 1 =&amp;nbsp;0.862 (point estimate). How can I interpret this result for the gender variable (the variable is coded '1' for female and '0' for male) Thanks for any help&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 02:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819508#M40524</guid>
      <dc:creator>acf_2</dc:creator>
      <dc:date>2022-06-22T02:25:19Z</dc:date>
    </item>
    <item>
      <title>ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819501#M40526</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I have this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc logistic data=B_FINAL PLOTS = (ROC) Descending ;
	class _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD / param=ref;
	model _approvalD (event='1') = _genderD _childrenD _educlevelD _trainingD 
			_amountinvestedD
		   
/ link=logit technique=fisher ctable pprob=0.25 pprob=0.5 pprob=0.75 rsquare expb lackfit;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The odds ratio table shows as result:&amp;nbsp;&lt;SPAN&gt;_genderD 0 vs 1 =&amp;nbsp;0.862 (point estimate).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I interpret this result for the gender variable (the variable is coded '1' for female and '0' for male)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 02:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819501#M40526</guid>
      <dc:creator>acf_2</dc:creator>
      <dc:date>2022-06-22T02:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO RESULTS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819514#M40525</link>
      <description>&lt;P&gt;It means a man is 0.86 times as likely to experience the event/outcome as a female.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 02:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819514#M40525</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-22T02:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819600#M40529</link>
      <description>That means when sex from Male (0) to Female (1) , the Prob of _approvalD=1 is creasing 0.862 times .&lt;BR /&gt;a.k.a&lt;BR /&gt;Prob of _approvalD=1 for Female is 0.862 times of Prob of _approvalD=1 for Male.&lt;BR /&gt;Female have lower Prob than Male.</description>
      <pubDate>Wed, 22 Jun 2022 12:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819600#M40529</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-06-22T12:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819617#M40531</link>
      <description>&lt;P&gt;Thanks for helping guys, but I am still confusing, both answers seems to me different. In the first answer, female has greater chance, in the second answer seens the opposite.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sorry, but I am a first time SAS user....&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 13:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819617#M40531</guid>
      <dc:creator>acf_2</dc:creator>
      <dc:date>2022-06-22T13:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819657#M40532</link>
      <description>&lt;P&gt;I'm going to assume that the event is loan approval.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The odds ratio is stating that a Sex=0 is 86% times as likely to get a loan compared to a Sex=1 or 14% less likely. Assuming a Sex=1 chance of getting a loan is 100% (not true) relatively, the Sex=0 would be 86% instead, or 14% less likely.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at it in reverse,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 vs 0 is 1/0.86 = 1.160 =&amp;gt; a Sex=1 is 16% more likely to get a loan compared to a women.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This has nothing to do with understanding SAS and has to do with understanding logistical regression models.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a statistical concept that is the same regardless of whatever language you use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a tutorial on Odd's Ratio specifically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2938757/" target="_blank" rel="noopener"&gt;https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2938757/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://s4be.cochrane.org/blog/2013/08/13/a-beginners-guide-to-interpreting-odds-ratios-confidence-intervals-and-p-values-the-nuts-and-bolts-20-minute-tutorial/" target="_blank" rel="noopener"&gt;https://s4be.cochrane.org/blog/2013/08/13/a-beginners-guide-to-interpreting-odds-ratios-confidence-intervals-and-p-values-the-nuts-and-bolts-20-minute-tutorial/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odds ratios are hard to understand the first time but make sense once you get the hang of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Replaced male/female with SEX=# to help clarify.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 17:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819657#M40532</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-22T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819663#M40533</link>
      <description>If the odds ratio is 0.862, then mathematically Odds(male)/Odds(female) = 0.862. Rewriting that gives Odds(male)*0.862 = Odds(female). Expressed in words, this means that the odds of the event for females is 0.862 times the odds of the event for males. Meaning also that the odds of the event for males is less than the odds of the event for females, where according to your code, the event is _approvalD = 1. Note that the odds of the event is not the same as the probability of the event. The odds of the event is the ratio of the probability of the event over the probability of the nonevent: Pr(event)/Pr(nonevent).</description>
      <pubDate>Wed, 22 Jun 2022 15:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819663#M40533</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-22T15:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819745#M40535</link>
      <description>1 is for female, not male. So I would say a female is 16% more likely to get a loan compared to a male.</description>
      <pubDate>Wed, 22 Jun 2022 17:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819745#M40535</guid>
      <dc:creator>RosieSAS</dc:creator>
      <dc:date>2022-06-22T17:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819746#M40536</link>
      <description>I think "Odds(male)*0.862 = Odds(female)" should be a typo, that Odds(male)/0.862 = Odds(female). So Odds(male)&amp;lt;Odds(female), which means male is less likely to cause event=1 compared to female.</description>
      <pubDate>Wed, 22 Jun 2022 17:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819746#M40536</guid>
      <dc:creator>RosieSAS</dc:creator>
      <dc:date>2022-06-22T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819751#M40537</link>
      <description>Yes... sorry. Obviously Odds(female)*.862=Odds(male), so females have higher odds. And note that the OP states that the odds ratio is labeled "_genderD 0 vs 1 = 0.862" with males=0, meaning that the odds ratio has Odds(males) in the numerator.</description>
      <pubDate>Wed, 22 Jun 2022 17:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819751#M40537</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-22T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODDS RATIO Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819755#M40538</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/251676"&gt;@RosieSAS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;1 is for female, not male. So I would say a female is 16% more likely to get a loan compared to a male.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not what the original post says so I would clarify that for sure. I've updated my previous answer to refer to it generically, ie Sex=1 compared to Sex=0.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 17:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODDS-RATIO-RESULTS/m-p/819755#M40538</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-22T17:57:17Z</dc:date>
    </item>
  </channel>
</rss>

