<?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 Adjusting odds ratio for continuous variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusting-odds-ratio-for-continuous-variable/m-p/32508#M1313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to look at the ability different binary variables it predict an outcome.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variables are labelled n_1 to n_8 with n_1 being the lowest risk / referent category.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using proc logistic, I can look at odds ratios for the different variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #0f1e90;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #223cfb;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = nodes;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #223cfb;"&gt;class&lt;/SPAN&gt; n_1 (&lt;SPAN style="color: #223cfb;"&gt;ref&lt;/SPAN&gt;=&lt;SPAN style="color: #932591;"&gt;'1'&lt;/SPAN&gt;) / &lt;SPAN style="color: #223cfb;"&gt;param&lt;/SPAN&gt; = ref;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #223cfb;"&gt;model&lt;/SPAN&gt; outcome_2 (&lt;SPAN style="color: #223cfb;"&gt;event&lt;/SPAN&gt; = &lt;SPAN style="color: #932591;"&gt;'1'&lt;/SPAN&gt;) = n_2 n_3 n_4 n_5 n_6 n_7 n_8 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #0f1e90;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However what I would like to do is also calculate to odds ratios adjusted for a baseline continuous variable (age in this case).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whilst it's probably that I'm not looking in the right place, I can't find any documentation describing this.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any advice,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jul 2011 11:29:26 GMT</pubDate>
    <dc:creator>Jimbo</dc:creator>
    <dc:date>2011-07-16T11:29:26Z</dc:date>
    <item>
      <title>Adjusting odds ratio for continuous variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusting-odds-ratio-for-continuous-variable/m-p/32508#M1313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to look at the ability different binary variables it predict an outcome.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variables are labelled n_1 to n_8 with n_1 being the lowest risk / referent category.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using proc logistic, I can look at odds ratios for the different variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #0f1e90;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #223cfb;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = nodes;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #223cfb;"&gt;class&lt;/SPAN&gt; n_1 (&lt;SPAN style="color: #223cfb;"&gt;ref&lt;/SPAN&gt;=&lt;SPAN style="color: #932591;"&gt;'1'&lt;/SPAN&gt;) / &lt;SPAN style="color: #223cfb;"&gt;param&lt;/SPAN&gt; = ref;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #223cfb;"&gt;model&lt;/SPAN&gt; outcome_2 (&lt;SPAN style="color: #223cfb;"&gt;event&lt;/SPAN&gt; = &lt;SPAN style="color: #932591;"&gt;'1'&lt;/SPAN&gt;) = n_2 n_3 n_4 n_5 n_6 n_7 n_8 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New';"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #0f1e90;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However what I would like to do is also calculate to odds ratios adjusted for a baseline continuous variable (age in this case).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whilst it's probably that I'm not looking in the right place, I can't find any documentation describing this.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any advice,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 11:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adjusting-odds-ratio-for-continuous-variable/m-p/32508#M1313</guid>
      <dc:creator>Jimbo</dc:creator>
      <dc:date>2011-07-16T11:29:26Z</dc:date>
    </item>
    <item>
      <title>Adjusting odds ratio for continuous variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusting-odds-ratio-for-continuous-variable/m-p/32509#M1314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ignore - I just need to incorporate the variable within the model.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bit new to this and guilty of overthinking!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 11:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adjusting-odds-ratio-for-continuous-variable/m-p/32509#M1314</guid>
      <dc:creator>Jimbo</dc:creator>
      <dc:date>2011-07-16T11:57:17Z</dc:date>
    </item>
  </channel>
</rss>

