<?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 test the heterogeneity on the cumulative hazards of multiple trts for recurrent events?I in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-test-the-heterogeneity-on-the-cumulative-hazards-of/m-p/951172#M371862</link>
    <description>&lt;P&gt;1) You can use PROC LIFETEST to do Gray Test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=sashelp.bmt plots=cif(test ) notable ;
time t*status(0)/eventcode=1;
strata group/order=internal;
run;&lt;/CODE&gt;&lt;/PRE&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;
&lt;P&gt;2) Or did you try to do "Assessing the proportional hazards assumption"? Check this at bottom of paper.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.oarc.ucla.edu/sas/seminars/sas-survival/" target="_blank"&gt;https://stats.oarc.ucla.edu/sas/seminars/sas-survival/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;7. Assessing the proportional hazards assumption&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 01:39:59 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-11-19T01:39:59Z</dc:date>
    <item>
      <title>how to test the heterogeneity on the cumulative hazards of multiple trts for recurrent events?I wo</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-test-the-heterogeneity-on-the-cumulative-hazards-of/m-p/951131#M371850</link>
      <description>&lt;P&gt;I used the following SAS code to generate cumulative incidence functions (CIF). However, I'd like to know how to test the heterogeneity&amp;nbsp;on the cumulative hazards of these multiple trts for recurrent events. Now my plan is to use some specific tests (i.e.,&lt;SPAN&gt;Mann-Kendall test&amp;nbsp;) to compare the generated CIFs of these trts. Or I can directly use the p-value of the HR of the phreg model to compare these groups? Any advice? Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;title2 'PWP Total Time Model with Common Effects';
proc phreg data=Bladder2;
   model (tstart,tstop) * status(0) = Trt Number Size;
   strata Visit;
run;&lt;/PRE&gt;
&lt;P&gt;Original code can be access from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/statug/15.2/statug_phreg_examples10.htm" target="_self"&gt;https://documentation.sas.com/doc/en/statug/15.2/statug_phreg_examples10.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 18:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-test-the-heterogeneity-on-the-cumulative-hazards-of/m-p/951131#M371850</guid>
      <dc:creator>SeaMoon_168</dc:creator>
      <dc:date>2024-11-18T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to test the heterogeneity on the cumulative hazards of multiple trts for recurrent events?I</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-test-the-heterogeneity-on-the-cumulative-hazards-of/m-p/951172#M371862</link>
      <description>&lt;P&gt;1) You can use PROC LIFETEST to do Gray Test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=sashelp.bmt plots=cif(test ) notable ;
time t*status(0)/eventcode=1;
strata group/order=internal;
run;&lt;/CODE&gt;&lt;/PRE&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;
&lt;P&gt;2) Or did you try to do "Assessing the proportional hazards assumption"? Check this at bottom of paper.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.oarc.ucla.edu/sas/seminars/sas-survival/" target="_blank"&gt;https://stats.oarc.ucla.edu/sas/seminars/sas-survival/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;7. Assessing the proportional hazards assumption&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 01:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-test-the-heterogeneity-on-the-cumulative-hazards-of/m-p/951172#M371862</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-11-19T01:39:59Z</dc:date>
    </item>
  </channel>
</rss>

