<?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 Log Rank (Varying the Rho) in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Log-Rank-Varying-the-Rho-in-SAS/m-p/532446#M26839</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please i am a user of&amp;nbsp; R and i want to know how this problem can be tackled in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've been working on this R code and tried to replicate it in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;survdiff(formula=Surv(time,status)~Tx, data=leuk, rho=0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know sas has a code where you request for the logrank test, but i want to be able to change my "rho". I can do that in R relatively easily and i want to know if there's a way it could be done in SAS.&lt;/P&gt;&lt;P&gt;A typical program for the log rank test in SAS is this:&lt;/P&gt;&lt;PRE&gt;proc lifetest method=km plots=(s) data=bmtZ10eq1;
strata grp / test= logrank;
time T2*d3(0) ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Two question i have is: What rho was used in the SAS program and is it possible to vary my value of rho in SAS?&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp; in R, rho=0: chi Squre=16.8; P value=0.0000417 and when i changed my rho =1, Chisqure=14.5; P value= 0.000143&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 03 Feb 2019 20:36:09 GMT</pubDate>
    <dc:creator>ChuksManuel</dc:creator>
    <dc:date>2019-02-03T20:36:09Z</dc:date>
    <item>
      <title>Log Rank (Varying the Rho) in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Log-Rank-Varying-the-Rho-in-SAS/m-p/532446#M26839</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please i am a user of&amp;nbsp; R and i want to know how this problem can be tackled in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've been working on this R code and tried to replicate it in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;survdiff(formula=Surv(time,status)~Tx, data=leuk, rho=0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know sas has a code where you request for the logrank test, but i want to be able to change my "rho". I can do that in R relatively easily and i want to know if there's a way it could be done in SAS.&lt;/P&gt;&lt;P&gt;A typical program for the log rank test in SAS is this:&lt;/P&gt;&lt;PRE&gt;proc lifetest method=km plots=(s) data=bmtZ10eq1;
strata grp / test= logrank;
time T2*d3(0) ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Two question i have is: What rho was used in the SAS program and is it possible to vary my value of rho in SAS?&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp; in R, rho=0: chi Squre=16.8; P value=0.0000417 and when i changed my rho =1, Chisqure=14.5; P value= 0.000143&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 20:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Log-Rank-Varying-the-Rho-in-SAS/m-p/532446#M26839</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2019-02-03T20:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rank (Varying the Rho) in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Log-Rank-Varying-the-Rho-in-SAS/m-p/532451#M26840</link>
      <description>&lt;P&gt;Not an area I'm familiar with, but doesn't Rho in R simply control the type of test used (i.e., with 0=logrank and 1=peto)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, you're already controlling it with the test option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 21:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Log-Rank-Varying-the-Rho-in-SAS/m-p/532451#M26840</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2019-02-03T21:40:52Z</dc:date>
    </item>
  </channel>
</rss>

