<?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: GLM not using the correct error term in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225423#M11931</link>
    <description>&lt;P&gt;Perhaps an administrator such as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5"&gt;@LainieH﻿&lt;/a&gt;&amp;nbsp;could move this question to the SAS Statistical Procedures community where there is a better chance for a response.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2015 18:43:14 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-09-14T18:43:14Z</dc:date>
    <item>
      <title>Re: GLM not using the correct error term</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225423#M11931</link>
      <description>&lt;P&gt;Perhaps an administrator such as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5"&gt;@LainieH﻿&lt;/a&gt;&amp;nbsp;could move this question to the SAS Statistical Procedures community where there is a better chance for a response.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 18:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225423#M11931</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-09-14T18:43:14Z</dc:date>
    </item>
    <item>
      <title>GLM not using the correct error term</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/209113#M11932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running GLM on my data with subsamples. I'm using the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc GLM data=DO_data order=data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class block distance core;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; model do = block distance core(block*distance);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; output out=check p=pred r=resi;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; test h=distance e=core(block*distance);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I am including subsamples, my F value for distance is supposed to be MST/MSE which is MS(distance)/MS(core(block*distance)). I've specified that in the code however my results are still showing F value that uses MSSE which is error from the subsamples. I could not find any mistake with the code unless someone could point out where I went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 01:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/209113#M11932</guid>
      <dc:creator>MAuluck</dc:creator>
      <dc:date>2015-08-28T01:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: GLM not using the correct error term</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225453#M11933</link>
      <description>&lt;P&gt;Thank you, Rick!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25485"&gt;@MAuluck﻿&lt;/a&gt;, I moved this post to the SAS Statistical Procedures community for better visibility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I accidentally moved Rick's reply first (first time moving a post in the new system).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you can find an answer here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lainie&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 20:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225453#M11933</guid>
      <dc:creator>LainieH</dc:creator>
      <dc:date>2015-09-14T20:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: GLM not using the correct error term</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225455#M11934</link>
      <description>&lt;P&gt;You will see thet TEST statement output in a different section of the output below the default ANOVA table. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think PROC MIXED can do all this for you "automatically" given you specify the correct random and possibly repeated statement options.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 20:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225455#M11934</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-09-14T20:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: GLM not using the correct error term</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225539#M11936</link>
      <description>&lt;P&gt;I have to agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__﻿&lt;/a&gt;&amp;nbsp;here. &amp;nbsp;This design looks like a repeated measures design (split-plot most likely), and PROC GLM does not correctly calculate tests or standard errors for those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could present more about the design and the subsampling, I think a PROC MIXED approach could easily be applied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-GLM-not-using-the-correct-error-term/m-p/225539#M11936</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-09-15T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

