<?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 get 95% Confidence for Hazard Ratio in Competing Risk Analysis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915171#M83306</link>
    <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, I tried to include CL (see code below):&lt;/P&gt;&lt;P&gt;"proc phreg data=LIB.'COMPETING RISK SET UP 3'n;&lt;BR /&gt;class sexd / param=ref;&lt;BR /&gt;model Follow_time*Status(0)=sexd age charlson&amp;nbsp;&lt;BR /&gt;Med / eventcode=1 CL;&lt;BR /&gt;run;”&lt;/P&gt;&lt;P&gt;However, it shows the following errors in the log:&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ABSFCONV, ALPHA, BEST, CORRB, COVB, DETAILS, ENTRYTIME, FAILCODE,&lt;/P&gt;&lt;DIV class=""&gt;FCONV, FIRTH, GCONV, HIERARCHY, INCLUDE, INITIAL, ITPRINT, MAXITER, MAXSTEP, NODESIGNPRINT, NODP, NODUMMY,&lt;/DIV&gt;&lt;DIV class=""&gt;NODUMMYPRINT, NOFIT, OFFSET, PLCONV, RIDGING, RISKLIMITS, ROCLABEL, SELECTION, SEQUENTIAL, SINGULAR, SLENTRY, SLSTAY,&lt;/DIV&gt;&lt;DIV class=""&gt;START, STOP, STOPRES, TIES, TYPE3, XCONV.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;&lt;BR /&gt;Any help on how to modify the code would be great.&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Feb 2024 22:41:01 GMT</pubDate>
    <dc:creator>nmas</dc:creator>
    <dc:date>2024-02-08T22:41:01Z</dc:date>
    <item>
      <title>How to get 95% Confidence for Hazard Ratio in Competing Risk Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/914821#M83303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to SAS and undertaking competing risk analysis. This is my code (I generated this by choosing options under Data instead of actually writing the code):&lt;/P&gt;&lt;P&gt;"proc phreg data=LIB.'COMPETING RISK SET UP 3'n;&lt;BR /&gt;class sexd / param=ref;&lt;BR /&gt;model Follow_time*Status(0)=sexd age charlson&amp;nbsp;&lt;BR /&gt;Med / eventcode=1;&lt;BR /&gt;run;"&lt;/P&gt;&lt;P&gt;The Results show Hazard Ratio (HR) but I cannot work out how to get the 95% confidence interval for the HR to show in the Results. Does anyone know how to fix this please?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 05:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/914821#M83303</guid>
      <dc:creator>nmas</dc:creator>
      <dc:date>2024-02-07T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 95% Confidence for Hazard Ratio in Competing Risk Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915110#M83305</link>
      <description>&lt;P&gt;Have you tried the HAZARDRATIO statement with the CL= option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_phreg_syntax13.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_phreg_syntax13.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915110#M83305</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2024-02-08T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 95% Confidence for Hazard Ratio in Competing Risk Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915171#M83306</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, I tried to include CL (see code below):&lt;/P&gt;&lt;P&gt;"proc phreg data=LIB.'COMPETING RISK SET UP 3'n;&lt;BR /&gt;class sexd / param=ref;&lt;BR /&gt;model Follow_time*Status(0)=sexd age charlson&amp;nbsp;&lt;BR /&gt;Med / eventcode=1 CL;&lt;BR /&gt;run;”&lt;/P&gt;&lt;P&gt;However, it shows the following errors in the log:&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ABSFCONV, ALPHA, BEST, CORRB, COVB, DETAILS, ENTRYTIME, FAILCODE,&lt;/P&gt;&lt;DIV class=""&gt;FCONV, FIRTH, GCONV, HIERARCHY, INCLUDE, INITIAL, ITPRINT, MAXITER, MAXSTEP, NODESIGNPRINT, NODP, NODUMMY,&lt;/DIV&gt;&lt;DIV class=""&gt;NODUMMYPRINT, NOFIT, OFFSET, PLCONV, RIDGING, RISKLIMITS, ROCLABEL, SELECTION, SEQUENTIAL, SINGULAR, SLENTRY, SLSTAY,&lt;/DIV&gt;&lt;DIV class=""&gt;START, STOP, STOPRES, TIES, TYPE3, XCONV.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;&lt;BR /&gt;Any help on how to modify the code would be great.&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Feb 2024 22:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915171#M83306</guid>
      <dc:creator>nmas</dc:creator>
      <dc:date>2024-02-08T22:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 95% Confidence for Hazard Ratio in Competing Risk Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915185#M83307</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Looking at your code I don't see using HAZARDRATIO&amp;nbsp; statement there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides, please post the entire log from the phreg step, not only the error part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 01:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-95-Confidence-for-Hazard-Ratio-in-Competing-Risk/m-p/915185#M83307</guid>
      <dc:creator>A_Kh</dc:creator>
      <dc:date>2024-02-09T01:48:53Z</dc:date>
    </item>
  </channel>
</rss>

