<?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 life test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935633#M46644</link>
    <description>&lt;P&gt;Perhaps you are confusing the WEIGHT statement with the FREQ statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;The FREQ statement identifies a variable that contains the frequency of occurrence of each observation. &lt;/PRE&gt;</description>
    <pubDate>Fri, 12 Jul 2024 17:24:08 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2024-07-12T17:24:08Z</dc:date>
    <item>
      <title>WEIGHT statement in Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935622#M46642</link>
      <description>&lt;P&gt;Is there any option which we can give to get the correct censored summary while using weighted statement in proc life test?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 18:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935622#M46642</guid>
      <dc:creator>aboli</dc:creator>
      <dc:date>2024-07-12T18:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc life test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935630#M46643</link>
      <description>&lt;P&gt;It usually helps to show the code you are currently using. That way we can tell if any of your current options are conflicting with what you want to create. Copy you code and paste into a text or code box opened with the &amp;lt;/&amp;gt; or "running man" icons above the message window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, having your code would tell me immediately if this from the online documentation of the Weight statement for Proc Lifetest applies:&lt;/P&gt;
&lt;BLOCKQUOTE&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;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 19:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935630#M46643</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-07-12T19:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc life test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935633#M46644</link>
      <description>&lt;P&gt;Perhaps you are confusing the WEIGHT statement with the FREQ statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;The FREQ statement identifies a variable that contains the frequency of occurrence of each observation. &lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Jul 2024 17:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935633#M46644</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2024-07-12T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc life test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935702#M46645</link>
      <description>&lt;P&gt;I am using below code. Output which got from below code sounds correct except censored summary output&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods output CensoredSummary = CENSUM&lt;BR /&gt;Quartiles=QUARTS&lt;BR /&gt;means = _mean&lt;BR /&gt;ProductLimitEstimates = KMEST1;&lt;/P&gt;&lt;P&gt;proc lifetest data=tte_os /*timelist= 3 , 6, 9, 12, 15, 21*/&lt;BR /&gt;outsurv=surv2 conftype=loglog /*reduceout*/ ;&lt;BR /&gt;time aval*CNSR(1);&lt;BR /&gt;strata trtn;&lt;BR /&gt;weight imt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 11:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/935702#M46645</guid>
      <dc:creator>aboli</dc:creator>
      <dc:date>2024-07-13T11:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc life test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/939736#M46891</link>
      <description>I cannot see anything wrong with this code. What is your concern of the output?</description>
      <pubDate>Sat, 17 Aug 2024 12:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/WEIGHT-statement-in-Proc-lifetest/m-p/939736#M46891</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-08-17T12:13:57Z</dc:date>
    </item>
  </channel>
</rss>

