<?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: Assymetrical confidence intervals in PHREG, how possible? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/322006#M61988</link>
    <description>&lt;P&gt;Ah! That makes sense!!! Thank you so much. This is quite a relief &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 20:16:06 GMT</pubDate>
    <dc:creator>Marjolein</dc:creator>
    <dc:date>2017-01-02T20:16:06Z</dc:date>
    <item>
      <title>Assymetrical confidence intervals in PHREG, how possible?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/321968#M61985</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This afternoon I decided to plot my hazard ratio's and confidence intervals in a forest plot (horizontal bars).&amp;nbsp;However, when I plot my effect sizes and confidence intervals, they are not symmmetrical (e.g. the length from the effect size to the upper and lower bound are not equal....). I have no clue how this could have happened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I obtained by data with the PHREG procedure. The piece of syntax I used looks basically like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC PHREG data=mydata;&lt;/P&gt;&lt;P&gt;CLASS var1 var2 var3/ref=first;&lt;/P&gt;&lt;P&gt;MODEL survival*censor(0) = var1 var2 var3 / RL;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really hope someone can help me out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Marjolein&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/321968#M61985</guid>
      <dc:creator>Marjolein</dc:creator>
      <dc:date>2017-01-02T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assymetrical confidence intervals in PHREG, how possible?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/321990#M61986</link>
      <description>&lt;P&gt;I believe this is correct. Your likely plotting on a linear scale, while the model developed is an exponential model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Answe is similar to this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stats.stackexchange.com/questions/4713/binomial-confidence-interval-estimation-why-is-it-not-symmetric" target="_blank"&gt;http://stats.stackexchange.com/questions/4713/binomial-confidence-interval-estimation-why-is-it-not-symmetric&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 18:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/321990#M61986</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-02T18:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Assymetrical confidence intervals in PHREG, how possible?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/322006#M61988</link>
      <description>&lt;P&gt;Ah! That makes sense!!! Thank you so much. This is quite a relief &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 20:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/322006#M61988</guid>
      <dc:creator>Marjolein</dc:creator>
      <dc:date>2017-01-02T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Assymetrical confidence intervals in PHREG, how possible?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/322234#M61995</link>
      <description>&lt;P&gt;By default the oddsratio plot is on a linear scale. You can use the&amp;nbsp;LOGBASE=10 option on the PLOTS=ODDSRATIO option to generate the oddsratio plot on a log scale, which I think is more natural. See the discussion and example in the article &lt;A href="http://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html" target="_self"&gt;"Odds ratio plots with a logarithmic scale in SAS."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assymetrical-confidence-intervals-in-PHREG-how-possible/m-p/322234#M61995</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-03T20:05:10Z</dc:date>
    </item>
  </channel>
</rss>

