<?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 Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475341#M24751</link>
    <description>&lt;P&gt;One sided test of what hypothesis? Please be specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The usual test in ANOVA is of the null hypothesis which says the means of all groups are equal. There is really no such thing as a one sided version of this particular tesst.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2018 00:32:45 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-07-04T00:32:45Z</dc:date>
    <item>
      <title>How do you code for 1-sided (side=U) in proc glm?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475336#M24750</link>
      <description>&lt;P&gt;HI. I am stuck again. I never had to use a 1-sided test before.&amp;nbsp; I am trying to figure out how to do a one-sided anova or proc glm test.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried everything.&amp;nbsp; I'm sorry that is a silly question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do it on the SIM Variable. There are 18 simulations. (SIM stands for simulations)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data looks like this: See attachment.&amp;nbsp; Or I have the wide version S1-S20. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you kindly!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know where that goes.&amp;nbsp; For example, here is GLM code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data=elina.widemg; &amp;nbsp; (This is for the wide data of s1-s20)&lt;BR /&gt;class gamermg;&lt;BR /&gt;model s1-s20 = gamermg/ nouni;&lt;BR /&gt;repeated time polynomial / printe summary;&lt;BR /&gt;lsmeans gamermg / pdiff cl adjust=tukey;&lt;BR /&gt;run; quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 22:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475336#M24750</guid>
      <dc:creator>mgrzyb</dc:creator>
      <dc:date>2018-07-03T22:32:32Z</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/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475341#M24751</link>
      <description>&lt;P&gt;One sided test of what hypothesis? Please be specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The usual test in ANOVA is of the null hypothesis which says the means of all groups are equal. There is really no such thing as a one sided version of this particular tesst.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 00:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475341#M24751</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-07-04T00:32:45Z</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/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475354#M24752</link>
      <description>&lt;P&gt;Thank you!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not think there was one. But I read a couple of papers from journals who said that they used 1-sided tests, and I thought they were wrong, and thank you for confirming that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I review for medical journals, and am particular about what can and can not be done.&amp;nbsp; I think these authors were wrong. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so very much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy 4th.&amp;nbsp; I'll be writing all week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 04:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475354#M24752</guid>
      <dc:creator>mgrzyb</dc:creator>
      <dc:date>2018-07-04T04:13:04Z</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/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475415#M24754</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156253"&gt;@mgrzyb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not think there was one. But I read a couple of papers from journals who said that they used 1-sided tests, and I thought they were wrong, and thank you for confirming that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I review for medical journals, and am particular about what can and can not be done.&amp;nbsp; I think these authors were wrong. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so very much!!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Again, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156253"&gt;@mgrzyb&lt;/a&gt;, I ask you to state the exact hypothesis of interest. I didn't say it can't be done. I said it can't be done for the primary test, which is the overall F-test, is not and can not be one-sided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are comparing the mean of group 1 to the mean of group 4, of course that one can have a one-sided test.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 11:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-code-for-1-sided-side-U-in-proc-glm/m-p/475415#M24754</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-07-04T11:27:58Z</dc:date>
    </item>
  </channel>
</rss>

