<?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 generate cumulative incidence rate at several specific time points in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-cumulative-incidence-rate-at-several-specific/m-p/932566#M366861</link>
    <description>&lt;P&gt;Use TIMELIST option .&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=sashelp.bmt  plots=cif TIMELIST=0 to 2500 by 500 ;
time t*Status(0)/eventcode=1;
strata group;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1718503461389.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97492i12AEC7A62FABE98B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1718503461389.png" alt="Ksharp_0-1718503461389.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2024 02:04:29 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-06-16T02:04:29Z</dc:date>
    <item>
      <title>How to generate cumulative incidence rate at several specific time points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-cumulative-incidence-rate-at-several-specific/m-p/932559#M366859</link>
      <description>&lt;P&gt;I'd generate the cumulative incidence rate at several specific time points by using proc lifetest. Code was shown below. However, I still get the cumulative incident rate at continuous time points. Could you help me figure it out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc lifetest data=data intervals=0 to 12 by 1 method = lt;
time Month*death(0)/EVENTCODE=1;
strata group;
run;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Jun 2024 00:14:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-generate-cumulative-incidence-rate-at-several-specific/m-p/932559#M366859</guid>
      <dc:creator>SeaMoon_168</dc:creator>
      <dc:date>2024-06-16T00:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate cumulative incidence rate at several specific time points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-cumulative-incidence-rate-at-several-specific/m-p/932566#M366861</link>
      <description>&lt;P&gt;Use TIMELIST option .&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=sashelp.bmt  plots=cif TIMELIST=0 to 2500 by 500 ;
time t*Status(0)/eventcode=1;
strata group;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1718503461389.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97492i12AEC7A62FABE98B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1718503461389.png" alt="Ksharp_0-1718503461389.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 02:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-generate-cumulative-incidence-rate-at-several-specific/m-p/932566#M366861</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-06-16T02:04:29Z</dc:date>
    </item>
  </channel>
</rss>

