<?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 PROC Logisitic Question in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-Logisitic-Question/m-p/754886#M36804</link>
    <description>&lt;P&gt;I have three variables:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;cancer = 1 (they have cancer), 0 (no cancer)&lt;/LI&gt;&lt;LI&gt;death = 1 (died), 0 (did not die)&lt;/LI&gt;&lt;LI&gt;agegroup = 1, 2, 3, 4, 5 (depending on what age bracket they fall under.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am trying to see if cancer status affects death in people of the above agegroups.&lt;/P&gt;&lt;P&gt;My code right now is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC data = dtanl.hivcancerdta order = data;&lt;BR /&gt;class agegroup (ref = "1");&lt;BR /&gt;model death01 = agegroup cancer/ expb;&lt;BR /&gt;ODDSRATIO agegroup / diff = all;&lt;BR /&gt;WHERE ALSO death01 ^= 9;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way I am interpreting the above model is "what is the likelihood of death in persons of a certain agegroup when controlling for cancer". Is this correct?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jul 2021 21:56:22 GMT</pubDate>
    <dc:creator>pramenon1</dc:creator>
    <dc:date>2021-07-18T21:56:22Z</dc:date>
    <item>
      <title>PROC Logisitic Question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-Logisitic-Question/m-p/754886#M36804</link>
      <description>&lt;P&gt;I have three variables:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;cancer = 1 (they have cancer), 0 (no cancer)&lt;/LI&gt;&lt;LI&gt;death = 1 (died), 0 (did not die)&lt;/LI&gt;&lt;LI&gt;agegroup = 1, 2, 3, 4, 5 (depending on what age bracket they fall under.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am trying to see if cancer status affects death in people of the above agegroups.&lt;/P&gt;&lt;P&gt;My code right now is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC data = dtanl.hivcancerdta order = data;&lt;BR /&gt;class agegroup (ref = "1");&lt;BR /&gt;model death01 = agegroup cancer/ expb;&lt;BR /&gt;ODDSRATIO agegroup / diff = all;&lt;BR /&gt;WHERE ALSO death01 ^= 9;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way I am interpreting the above model is "what is the likelihood of death in persons of a certain agegroup when controlling for cancer". Is this correct?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 21:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-Logisitic-Question/m-p/754886#M36804</guid>
      <dc:creator>pramenon1</dc:creator>
      <dc:date>2021-07-18T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Logistic Question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-Logisitic-Question/m-p/754964#M36805</link>
      <description>&lt;P&gt;Technically, the fitted model predicts the logarithm of the ODDS RATIO. From the predicted log(odds ratio), you can compute —&amp;nbsp; or have PROC LOGISTIC compute — the probability of DEATH01 being 0.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 13:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-Logisitic-Question/m-p/754964#M36805</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-19T13:01:55Z</dc:date>
    </item>
  </channel>
</rss>

