<?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: Very high hazard ratio from Proc Phreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326370#M17231</link>
    <description>&lt;P&gt;It appears the Proportionality assumption required for a Cox regression is violated. This is compounded by the fact that you have very low event rates and really not a lot of observations. Therefore estimates from this data would have a large degree of uncertainty around&amp;nbsp;&amp;nbsp;them.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 18:11:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-01-20T18:11:10Z</dc:date>
    <item>
      <title>Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326184#M17213</link>
      <description>&lt;P&gt;I ran proc lfietest to generate KM curves using the following code:&lt;/P&gt;
&lt;P&gt;proc lifetest data= dat;&lt;/P&gt;
&lt;P&gt;time Survival*censor(1) ;&lt;BR /&gt;strata group &amp;nbsp; /test=(logrank);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I wanted the hazard ratios for this, I ran the following Proc Phreg code:&lt;/P&gt;
&lt;P&gt;proc phreg data=dat;&lt;BR /&gt;class group;&lt;BR /&gt;model Survival*censor(1) =group ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HR came out to be very high -a seven digit number (3797239) and not significant - pvalue=0.99. Can someone help me understand this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 06:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326184#M17213</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-20T06:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326193#M17214</link>
      <description>&lt;P&gt;Can you post a PROC means on your survival time BY group and by censor. I suspect the proportionality assumption is violated for one thing, I think the ASSESS statement can be used to check this assumption.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you could post the results that would be helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 07:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326193#M17214</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-20T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326322#M17225</link>
      <description>&lt;P&gt;Thank you so much for helping with this. Any insight you could give with this is highly appreciated since I only have a couple of hours to&amp;nbsp;deliver these HRs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the Proc means: (I will be checking assess shortly)&lt;/P&gt;
&lt;TABLE width="320"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="3" width="192"&gt;The&amp;nbsp;MEANS&amp;nbsp;Procedure&lt;/TD&gt;
&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="2"&gt;Group=No&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5"&gt;Analysis Variable : Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;N&lt;/TD&gt;
&lt;TD&gt;Mean&lt;/TD&gt;
&lt;TD&gt;Std Dev&lt;/TD&gt;
&lt;TD&gt;Minimum&lt;/TD&gt;
&lt;TD&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;107&lt;/TD&gt;
&lt;TD&gt;756.79&lt;/TD&gt;
&lt;TD&gt;355.51&lt;/TD&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;TD&gt;1246&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="2"&gt;Group=Yes&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5"&gt;Analysis Variable : Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;N&lt;/TD&gt;
&lt;TD&gt;Mean&lt;/TD&gt;
&lt;TD&gt;Std Dev&lt;/TD&gt;
&lt;TD&gt;Minimum&lt;/TD&gt;
&lt;TD&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;35&lt;/TD&gt;
&lt;TD&gt;868.8&lt;/TD&gt;
&lt;TD&gt;242.74&lt;/TD&gt;
&lt;TD&gt;250&lt;/TD&gt;
&lt;TD&gt;1141&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="3"&gt;The&amp;nbsp;MEANS&amp;nbsp;Procedure&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="3"&gt;Censoring&amp;nbsp;variable&amp;nbsp;=No&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5"&gt;Analysis Variable : Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;N&lt;/TD&gt;
&lt;TD&gt;Mean&lt;/TD&gt;
&lt;TD&gt;Std Dev&lt;/TD&gt;
&lt;TD&gt;Minimum&lt;/TD&gt;
&lt;TD&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16&lt;/TD&gt;
&lt;TD&gt;406.88&lt;/TD&gt;
&lt;TD&gt;158.85&lt;/TD&gt;
&lt;TD&gt;196&lt;/TD&gt;
&lt;TD&gt;701&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="3"&gt;Censoring&amp;nbsp;variable&amp;nbsp;=Yes&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5"&gt;Analysis Variable : Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;N&lt;/TD&gt;
&lt;TD&gt;Mean&lt;/TD&gt;
&lt;TD&gt;Std Dev&lt;/TD&gt;
&lt;TD&gt;Minimum&lt;/TD&gt;
&lt;TD&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;126&lt;/TD&gt;
&lt;TD&gt;832.33&lt;/TD&gt;
&lt;TD&gt;319.79&lt;/TD&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;TD&gt;1246&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326322#M17225</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-20T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326362#M17229</link>
      <description>&lt;P&gt;You only have 16 uncensored events? That's a small rate which is contributing to the issue. Especially when you then break it down into groups as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326362#M17229</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-20T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326365#M17230</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Attached is also the KM plot as well...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would be a good clinical or statistical reason for not reporting the hazard ratio?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13345iB0E1D783EBAFAF5B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="KM plot.PNG" title="KM plot.PNG" /&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326365#M17230</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-20T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326370#M17231</link>
      <description>&lt;P&gt;It appears the Proportionality assumption required for a Cox regression is violated. This is compounded by the fact that you have very low event rates and really not a lot of observations. Therefore estimates from this data would have a large degree of uncertainty around&amp;nbsp;&amp;nbsp;them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 18:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326370#M17231</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-20T18:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326391#M17237</link>
      <description>&lt;P&gt;Thank you so much for the help. I will update later on running assess statement&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 18:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326391#M17237</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-20T18:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326397#M17242</link>
      <description>&lt;P&gt;Such big estimates only occur when the model doesnt converge. I think that there is no uncensored events in one of the two groups. It can even occur if there is uncensored events in both groups, but only if all uncensored events in one group comes when all persons in the other group are no longer in risk.&lt;/P&gt;
&lt;P&gt;Try make the proc means again with censoring and group at the same time in the by statement.&lt;/P&gt;
&lt;P&gt;I dont think it has to do with the the assumption of the proportionality statement.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326397#M17242</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-20T20:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326402#M17243</link>
      <description>&lt;P&gt;Thanks for your comments. Here are the mean measures:&lt;/P&gt;
&lt;TABLE width="320"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;The&amp;nbsp;MEANS&amp;nbsp;Procedure&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Censoring&amp;nbsp;variable=No&amp;nbsp;Group=No&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;N&lt;/TD&gt;
&lt;TD width="64"&gt;Mean&lt;/TD&gt;
&lt;TD width="64"&gt;Std Dev&lt;/TD&gt;
&lt;TD width="64"&gt;Minimum&lt;/TD&gt;
&lt;TD width="64"&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;396.73&lt;/TD&gt;
&lt;TD&gt;172.71&lt;/TD&gt;
&lt;TD&gt;196&lt;/TD&gt;
&lt;TD&gt;701&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Censoring&amp;nbsp;variable&amp;nbsp;=No&amp;nbsp;Group=Yes&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;N&lt;/TD&gt;
&lt;TD width="64"&gt;Mean&lt;/TD&gt;
&lt;TD width="64"&gt;Std Dev&lt;/TD&gt;
&lt;TD width="64"&gt;Minimum&lt;/TD&gt;
&lt;TD width="64"&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;429.2&lt;/TD&gt;
&lt;TD&gt;138.35&lt;/TD&gt;
&lt;TD&gt;250&lt;/TD&gt;
&lt;TD&gt;578&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Censoring&amp;nbsp;variable&amp;nbsp;=Yes&amp;nbsp;Group=No&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;N&lt;/TD&gt;
&lt;TD width="64"&gt;Mean&lt;/TD&gt;
&lt;TD width="64"&gt;Std Dev&lt;/TD&gt;
&lt;TD width="64"&gt;Minimum&lt;/TD&gt;
&lt;TD width="64"&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;96&lt;/TD&gt;
&lt;TD&gt;798.04&lt;/TD&gt;
&lt;TD&gt;348.07&lt;/TD&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;TD&gt;1246&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Censoring&amp;nbsp;variable&amp;nbsp;=Yes&amp;nbsp;Group=Yes&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="5" width="320"&gt;Survival Time [Days]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;N&lt;/TD&gt;
&lt;TD width="64"&gt;Mean&lt;/TD&gt;
&lt;TD width="64"&gt;Std Dev&lt;/TD&gt;
&lt;TD width="64"&gt;Minimum&lt;/TD&gt;
&lt;TD width="64"&gt;Maximum&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;30&lt;/TD&gt;
&lt;TD&gt;942.07&lt;/TD&gt;
&lt;TD&gt;166.05&lt;/TD&gt;
&lt;TD&gt;294&lt;/TD&gt;
&lt;TD&gt;1141&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the convergence, I don't get any errors/warnings. It says "convergence criteria satisfied"...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326402#M17243</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-20T20:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Very high hazard ratio from Proc Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326443#M17250</link>
      <description>&lt;P&gt;It seems strange that the hazardratio should be that extreme. Can you attach the dataset? I would like to take a look on it.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 22:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Very-high-hazard-ratio-from-Proc-Phreg/m-p/326443#M17250</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-20T22:46:11Z</dc:date>
    </item>
  </channel>
</rss>

