<?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: How to show the 95% CI of hazard ratios of PROC PHREG? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/431078#M22670</link>
    <description>&lt;P&gt;Since you are looking for hazard ratios and confidence intervals is there any reason you aren't using a HAZARDRATIO statement? The option CL= on the Hazardratio statement allows requesting Wald or profile-likelihood limits or both.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 20:23:16 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-01-25T20:23:16Z</dc:date>
    <item>
      <title>How to show the 95% CI of hazard ratios of PROC PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430813#M22648</link>
      <description>&lt;P&gt;By default, the PROC PHREG procedure results in a fixed value of hazard ratio, like in the screenshot below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-01-25 at 4.34.07 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18094iFD8D86E4A1A1B65F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-01-25 at 4.34.07 PM.png" alt="Screen Shot 2018-01-25 at 4.34.07 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: The confidence intervals of "Parameter Estimate" and "Hazard Ratio" were both missing. Based on the theory behind Cox proportional hazard model, I need the 95% CI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 08:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430813#M22648</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2018-01-25T08:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the 95% CI of hazard ratios of PROC PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430922#M22658</link>
      <description>&lt;P&gt;I searched the Internet and found the code of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/ rl&lt;/PRE&gt;&lt;P&gt;The complete code I used to make the Cox proportional hazard regression analysis is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc phreg data=work.d200;
model Time_to_first_therapeutic_INR__d*First_therapeutic_INR_reached_(0)=age__y_ BSA gender_code af
hypertension chf VAR94 AKI_for_T_test Potential_amiodarone_DDI
T_test___indication AF_and_Warfarin_History
var33 var34 / rl selection=stepwise SLE=0.05 SLS=0.20;
assess ph / resample;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please pay attention to the last syntax of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;assess ph / resample;&lt;/PRE&gt;&lt;P&gt;This code resulted in following output, what is that? Someone knows? This graph is interesting but it did not seem to like a goodness-of-fit test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-01-25 at 10.16.55 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18100i23DCB8B7752EFE40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-01-25 at 10.16.55 PM.png" alt="Screen Shot 2018-01-25 at 10.16.55 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430922#M22658</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2018-01-25T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the 95% CI of hazard ratios of PROC PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430964#M22665</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;H3 class="xis-title"&gt;ASSESS Statement&lt;/H3&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="statug_phreg001107" class="aa-statementblock"&gt;
&lt;UL class="aa-statementblock"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="aa-statement"&gt;ASSESS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="aa-statementoptional"&gt;&amp;lt;&lt;SPAN class=" aa-keyword"&gt;VAR=&lt;/SPAN&gt;&lt;SPAN class=" aa-lparen"&gt;(&lt;/SPAN&gt;list&lt;SPAN class=" aa-rparen"&gt;)&lt;/SPAN&gt;&amp;gt; &amp;lt;&lt;SPAN class=" aa-keyword"&gt;PH&lt;/SPAN&gt;&amp;gt; &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A id="statug.phreg.a0000000115" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.phreg.a000000011501" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.phreg.a0000000116" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.phreg.a0000000117" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.phreg.a000000011701" class="indexterm" target="_blank"&gt;&lt;/A&gt;The ASSESS statement performs the graphical and numerical methods of Lin, Wei, and Ying (&lt;A class="ng-scope" tabindex="0" href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_references.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug_phreglin_d93" rel="nofollow" data-docset-id="statug" data-docset-version="14.3" data-original-href="statug_phreg_references.htm#statug_phreglin_d93"&gt;1993&lt;/A&gt;) for checking the adequacy of the Cox regression model. The methods are derived from cumulative sums of martingale residuals over follow-up times or covariate values. You can assess the functional form of a covariate or you can check the proportional hazards assumption for each covariate in the Cox model. PROC PHREG uses ODS Graphics for the graphical displays. You must specify at least one of the following&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-argument"&gt;options&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to create an analysis.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax02.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax02.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/430964#M22665</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-25T15:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the 95% CI of hazard ratios of PROC PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/431078#M22670</link>
      <description>&lt;P&gt;Since you are looking for hazard ratios and confidence intervals is there any reason you aren't using a HAZARDRATIO statement? The option CL= on the Hazardratio statement allows requesting Wald or profile-likelihood limits or both.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-show-the-95-CI-of-hazard-ratios-of-PROC-PHREG/m-p/431078#M22670</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-25T20:23:16Z</dc:date>
    </item>
  </channel>
</rss>

