<?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: proc lifetest , weight in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781339#M38372</link>
    <description>&lt;P&gt;From the documentation it appears that the CensoredSummary depends on Method used and your method is not one of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="statug_lifetest006884" class="AAsection"&gt;
&lt;DIV id="statug.lifetest.lftodstable"&gt;
&lt;DIV class="-contents"&gt;
&lt;TABLE class="AAtabular"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="text-align: left;"&gt;
&lt;P&gt;CensoredSummary&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Number of event and censored observations&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;PROC LIFETEST METHOD=PL&amp;nbsp;|&amp;nbsp;B&amp;nbsp;|&amp;nbsp;FH&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 19 Nov 2021 17:48:07 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-11-19T17:48:07Z</dc:date>
    <item>
      <title>proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781312#M38371</link>
      <description>&lt;P&gt;The weight statement in proc lifetest&amp;nbsp; can not output weighted ods table of&amp;nbsp; CENSOREDSUMMARY.&lt;/P&gt;
&lt;P&gt;Any clue?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods exclude PRODUCTLIMITESTIMATES;&lt;BR /&gt;ODS OUTPUT QUARTILES = SURVQTLE&amp;nbsp; CENSOREDSUMMARY = SURVNUM;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;PROC LIFETEST DATA=_adtte METHOD=KM ALPHA = 0.05 plots=survival(atrisk);&lt;BR /&gt;strata trtpn;&lt;BR /&gt;TIME aval1*CNSR(1);&lt;BR /&gt;weight ipw;&lt;BR /&gt;RUN;&lt;BR /&gt;ods graphics off;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 16:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781312#M38371</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2021-11-19T16:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781339#M38372</link>
      <description>&lt;P&gt;From the documentation it appears that the CensoredSummary depends on Method used and your method is not one of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="statug_lifetest006884" class="AAsection"&gt;
&lt;DIV id="statug.lifetest.lftodstable"&gt;
&lt;DIV class="-contents"&gt;
&lt;TABLE class="AAtabular"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="text-align: left;"&gt;
&lt;P&gt;CensoredSummary&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Number of event and censored observations&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;PROC LIFETEST METHOD=PL&amp;nbsp;|&amp;nbsp;B&amp;nbsp;|&amp;nbsp;FH&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Nov 2021 17:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781339#M38372</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-11-19T17:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781348#M38373</link>
      <description>Thank you, ballardw.&lt;BR /&gt;PL = KM , we can get "CensoredSummary" , but the problem is the summary is not weighted.</description>
      <pubDate>Fri, 19 Nov 2021 17:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781348#M38373</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2021-11-19T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781458#M38377</link>
      <description>Make a complete table ?&lt;BR /&gt;&lt;BR /&gt;data new_adtte;&lt;BR /&gt; set _adtte;&lt;BR /&gt;do i=1 to ipw;&lt;BR /&gt; output;&lt;BR /&gt;end;&lt;BR /&gt;&lt;BR /&gt;PROC LIFETEST DATA=new_adtte ...............</description>
      <pubDate>Sat, 20 Nov 2021 13:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781458#M38377</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-11-20T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781499#M38382</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure if there's a "way around" here...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Documentation WEIGHT statement (LIFETEST procedure) says :&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.lifetest.lifetestweight" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;You can use the WEIGHT statement only for the Kaplan-Meier curves. Other methods of estimating the survival curves using weights are not available.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Documentation "CensoredSummary" ODS Table Name (LIFETEST procedure) says :&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug_lifetest007248" class="aa-section"&gt;
&lt;DIV id="statug.lifetest.lftodstable" class="aa-table"&gt;
&lt;DIV class="aa-table-contents"&gt;
&lt;TABLE class="aa-tabular"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;CensoredSummary&lt;/TD&gt;
&lt;TD&gt;Number of event and censored observations&lt;/TD&gt;
&lt;TD&gt;PROC&lt;/TD&gt;
&lt;TD&gt;METHOD=BRESLOW&amp;nbsp;|&amp;nbsp;FH&amp;nbsp;|&amp;nbsp;PL&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;I am / was looking at SAS 94 M7 documentation.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Regards,&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 20 Nov 2021 20:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781499#M38382</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-20T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc lifetest , weight</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781936#M38411</link>
      <description>Thank you very much. &lt;BR /&gt;SAS 9.4 dose not have that statement.&lt;BR /&gt;I am glad the newer version document this.</description>
      <pubDate>Tue, 23 Nov 2021 13:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lifetest-weight/m-p/781936#M38411</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2021-11-23T13:08:53Z</dc:date>
    </item>
  </channel>
</rss>

