<?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: How do you code for 1-sided (side=U) in proc glm? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480973#M124334</link>
    <description>&lt;P&gt;So your title asks about GLM but your example uses PHREG? What are you really asking?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 00:51:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-07-25T00:51:41Z</dc:date>
    <item>
      <title>How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480967#M124331</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? so that my Pr&amp;gt;ChiSq in the SAS output is adjusted to two-tailed test?&amp;nbsp; Or would you recommend just halving P value for two-tailed adjustment?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=p.temp2;
	class A10(ref='30-39') combo1(ref='0') combo2(ref='0') ....
/param=ref order=internal;

model duration*vital_status(1)=combo1 combo2 .../ties=Efron rl;

run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jul 2018 23:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480967#M124331</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-07-24T23:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480973#M124334</link>
      <description>&lt;P&gt;So your title asks about GLM but your example uses PHREG? What are you really asking?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 00:51:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480973#M124334</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-07-25T00:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480980#M124339</link>
      <description>It's really weird, my title is changed to a Title of previous post that I was looking at. My intended title is exactly what I'm asking in the post. "How to specify the test is two-tailed in PROC PHREG"</description>
      <pubDate>Wed, 25 Jul 2018 01:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480980#M124339</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-07-25T01:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480991#M124346</link>
      <description>&lt;P&gt;Try to make a new thread with the desired title.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 02:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/480991#M124346</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2018-07-25T02:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/481091#M124406</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Try to make a new thread with the desired title.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or, even better, just stick to the &lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Survival-Analysis-PROC-PHREG-2-tailed-test/m-p/480825" target="_self"&gt;existing thread with the correct title&lt;/A&gt; that you started on the appropriate board (SAS Statistical Procedures) about eight hours earlier.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 12:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/481091#M124406</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-07-25T12:13:30Z</dc:date>
    </item>
  </channel>
</rss>

