<?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 Survival Analysis PROC PHREG 2 tailed test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/480825#M25022</link>
    <description>&lt;P&gt;Hi guys, below is my proc phreg model snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to define two-tailed test in the code below? so that my Pr&amp;gt;ChiSq in the SAS output is adjusted to two-tailed test?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
proc phreg data=p.temp2;
	class A10(ref='30-39') combo1(ref='0') combo2(ref='0') ....
/param=ref order=internal;

model duration*vital_status1(1)=combo1 combo2 .../ties=Efron rl;
where stage1=4;
run;
ods trace off; &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Jul 2018 15:08:46 GMT</pubDate>
    <dc:creator>Cruise</dc:creator>
    <dc:date>2018-07-24T15:08:46Z</dc:date>
    <item>
      <title>Survival Analysis PROC PHREG 2 tailed test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/480825#M25022</link>
      <description>&lt;P&gt;Hi guys, below is my proc phreg model snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to define two-tailed test in the code below? so that my Pr&amp;gt;ChiSq in the SAS output is adjusted to two-tailed test?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
proc phreg data=p.temp2;
	class A10(ref='30-39') combo1(ref='0') combo2(ref='0') ....
/param=ref order=internal;

model duration*vital_status1(1)=combo1 combo2 .../ties=Efron rl;
where stage1=4;
run;
ods trace off; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/480825#M25022</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-07-24T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Survival Analysis PROC PHREG 2 tailed test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/481093#M25027</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/132289"&gt;@Cruise&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please clarify what are the null and alternative hypotheses for the&amp;nbsp;statistical test you want to perform?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 12:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/481093#M25027</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-07-25T12:27:03Z</dc:date>
    </item>
  </channel>
</rss>

