<?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 Estimate cumulative inc and CI with weight statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Estimate-cumulative-inc-and-CI-with-weight-statement/m-p/979393#M378786</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to&amp;nbsp; estimate cumulative inc and 95% CI but want to incorporate weight in the code, is this possible? I do not have competing events in the model&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=s outcif=cif_overall; 
    time time * outcome3(0) / failcode=1; 
    strata drug;
	weight ipcw_weight
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 23 Nov 2025 13:57:59 GMT</pubDate>
    <dc:creator>lillymaginta1</dc:creator>
    <dc:date>2025-11-23T13:57:59Z</dc:date>
    <item>
      <title>Estimate cumulative inc and CI with weight statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-cumulative-inc-and-CI-with-weight-statement/m-p/979393#M378786</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to&amp;nbsp; estimate cumulative inc and 95% CI but want to incorporate weight in the code, is this possible? I do not have competing events in the model&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=s outcif=cif_overall; 
    time time * outcome3(0) / failcode=1; 
    strata drug;
	weight ipcw_weight
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 23 Nov 2025 13:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-cumulative-inc-and-CI-with-weight-statement/m-p/979393#M378786</guid>
      <dc:creator>lillymaginta1</dc:creator>
      <dc:date>2025-11-23T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate cumulative inc and CI with weight statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Estimate-cumulative-inc-and-CI-with-weight-statement/m-p/979397#M378787</link>
      <description>Guessing you are doing a competing risks analysis (with inverse propensity of censoring)? I would recommend you try using PROC PHREG for this. That will also allow you to plot the cumulative incidence (and presumably add your weight statement).  Have a look at this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_069/statug/statug_phreg_examples15.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/v_069/statug/statug_phreg_examples15.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2025 01:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Estimate-cumulative-inc-and-CI-with-weight-statement/m-p/979397#M378787</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-11-24T01:40:52Z</dc:date>
    </item>
  </channel>
</rss>

