<?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: Including log rank test with proc phreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901849#M44703</link>
    <description>&lt;P&gt;Wouldn't the Log rank test is under PROC LIFETEST?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
set sashelp.bmt;
run;

proc lifetest data=have ;
time T*Status(0);
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-1699333767579.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89477i1AF91177E9D32DC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1699333767579.png" alt="Ksharp_0-1699333767579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 05:10:13 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2023-11-07T05:10:13Z</dc:date>
    <item>
      <title>Including log rank test with proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901818#M44702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do I include a log rank test with proc phreg?&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 21:28:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901818#M44702</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2023-11-06T21:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Including log rank test with proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901849#M44703</link>
      <description>&lt;P&gt;Wouldn't the Log rank test is under PROC LIFETEST?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
set sashelp.bmt;
run;

proc lifetest data=have ;
time T*Status(0);
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-1699333767579.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89477i1AF91177E9D32DC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1699333767579.png" alt="Ksharp_0-1699333767579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 05:10:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901849#M44703</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-11-07T05:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Including log rank test with proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901851#M44704</link>
      <description>There is no log-rank test with PROC PHREG.  You can get a log-rank test in PROC LIFETEST with the STRATA statement.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2023 06:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Including-log-rank-test-with-proc-phreg/m-p/901851#M44704</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2023-11-07T06:26:54Z</dc:date>
    </item>
  </channel>
</rss>

