<?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 Re: odds ratio interpretation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/358021#M18810</link>
    <description>&lt;P&gt;The CONTRAST statements are meaningless since Drug is involved in interaction and so, by definition, its effect depends on the level of the interacting variable, Age. &amp;nbsp;Your ODDSRATIO statement for Drug gives you estimates of the odds ratios comparing Drug levels at the mean of Age. &amp;nbsp;If you want to make the Drug comparisons at a different level of Age, use the AT option in the ODDSRATIO statement.&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 19:11:37 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2017-05-11T19:11:37Z</dc:date>
    <item>
      <title>odds ratio interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/357039#M18754</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with the following model: (DRUG:aspirin, paracetamol,ibuprofen CHANGE:increased, decreased, unchanged AGE:continous variable BASE_VALUE:Continous variable NO_INJECT:continous COVARIATE:0,1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=new descending;&lt;BR /&gt;CLASS drug(Ref='Aspirin') / Param=REF;&lt;BR /&gt;MODEL change= Age base_value&amp;nbsp;No_inject&amp;nbsp;drug&amp;nbsp;Age*drug covariate/expb;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I used the above code, I didnot get ODDS Ratio for variables in Interaction, so I used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc logistic data=PrepAMDONLY21 plots(only)=(oddsratio(range=clip))descending;&lt;BR /&gt;class Txtype /param=ref;&lt;BR /&gt;model Change_VA1YR_Outcome = Age&amp;nbsp;&lt;SPAN&gt;drug Base_value No_inject&amp;nbsp;Age&lt;/SPAN&gt;*drug &lt;SPAN&gt;covariate&lt;/SPAN&gt;;&lt;BR /&gt;oddsratio drug;&lt;BR /&gt;oddsratio Age;&lt;BR /&gt;oddsratio Base_value;&lt;BR /&gt;oddsratio No_inject;&lt;BR /&gt;oddsratio Covariate;&lt;BR /&gt;contrast 'Pairwise Paracetamol vs Aspirin' drug 1 0 / estimate=exp;&lt;BR /&gt;contrast 'Pairwise Ibuprofen vs &lt;SPAN&gt;Aspirin&lt;/SPAN&gt;' &lt;SPAN&gt;drug &lt;/SPAN&gt;0 1 / estimate=exp;&lt;BR /&gt;contrast 'Pairwise &lt;SPAN&gt;Paracetamol &lt;/SPAN&gt;vs &lt;SPAN&gt;Ibuprofen &lt;/SPAN&gt;' &lt;SPAN&gt;drug &lt;/SPAN&gt;1 -1 / estimate=exp;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if this is correct!? Attached is the interpretation. Please help me out with the intrepretation if the model is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thansk in Advance,&lt;/P&gt;&lt;P&gt;Yra&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 23:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/357039#M18754</guid>
      <dc:creator>Yram</dc:creator>
      <dc:date>2017-05-08T23:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/357170#M18759</link>
      <description>&lt;P&gt;Can you use LSMEAN ?&lt;/P&gt;
&lt;P&gt;Check the example 17 in proc logistic's documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=Neuralgia;
class Treatment Sex / param=glm;
model Pain= Treatment|Sex Age;
oddsratio Treatment;
lsmeans Treatment / e diff oddsratio cl adjust=bon;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 May 2017 13:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/357170#M18759</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-05-09T13:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/358021#M18810</link>
      <description>&lt;P&gt;The CONTRAST statements are meaningless since Drug is involved in interaction and so, by definition, its effect depends on the level of the interacting variable, Age. &amp;nbsp;Your ODDSRATIO statement for Drug gives you estimates of the odds ratios comparing Drug levels at the mean of Age. &amp;nbsp;If you want to make the Drug comparisons at a different level of Age, use the AT option in the ODDSRATIO statement.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 19:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-interpretation/m-p/358021#M18810</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-05-11T19:11:37Z</dc:date>
    </item>
  </channel>
</rss>

