<?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: Degree of freedom for Period effect in TYPE III in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/398594#M20778</link>
    <description>&lt;P&gt;It looks like period=1 and carryover=0 are aliased&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=ex01;&lt;BR /&gt;tables period*carryover;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 15:54:15 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2017-09-25T15:54:15Z</dc:date>
    <item>
      <title>Degree of freedom for Period effect in TYPE III</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/397980#M20751</link>
      <description>&lt;P&gt;data ex01;&lt;BR /&gt;input period sequence subject treat carryover y;&lt;BR /&gt;cards;&lt;BR /&gt;1 1 1 1 0 50&lt;BR /&gt;1 1 2 1 0 55&lt;BR /&gt;1 2 1 2 0 44&lt;BR /&gt;1 2 2 2 0 51&lt;BR /&gt;1 3 1 3 0 35&lt;BR /&gt;1 3 2 3 0 41&lt;BR /&gt;1 4 1 1 0 54&lt;BR /&gt;1 4 2 1 0 58&lt;BR /&gt;1 5 1 2 0 50&lt;BR /&gt;1 5 2 2 0 55&lt;BR /&gt;1 6 1 3 0 41&lt;BR /&gt;1 6 2 3 0 46&lt;BR /&gt;2 1 1 2 1 61&lt;BR /&gt;2 1 2 2 1 63&lt;BR /&gt;2 2 1 3 2 42&lt;BR /&gt;2 2 2 3 2 45&lt;BR /&gt;2 3 1 1 3 55&lt;BR /&gt;2 3 2 1 3 56&lt;BR /&gt;2 4 1 3 1 48&lt;BR /&gt;2 4 2 3 1 51&lt;BR /&gt;2 5 1 1 2 57&lt;BR /&gt;2 5 2 1 2 59&lt;BR /&gt;2 6 1 2 3 56&lt;BR /&gt;2 6 2 2 3 58&lt;BR /&gt;3 1 1 3 2 53&lt;BR /&gt;3 1 2 3 2 57&lt;BR /&gt;3 2 1 1 3 57&lt;BR /&gt;3 2 2 1 3 59&lt;BR /&gt;3 3 1 2 1 47&lt;BR /&gt;3 3 2 2 1 50&lt;BR /&gt;3 4 1 2 3 51&lt;BR /&gt;3 4 2 2 3 54&lt;BR /&gt;3 5 1 3 1 51&lt;BR /&gt;3 5 2 3 1 55&lt;BR /&gt;3 6 1 1 2 58&lt;BR /&gt;3 6 2 1 2 61&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc glm data=WLEX01;&lt;BR /&gt;CLASS SUBJECT SEQUENCE TREAT PERIOD CARRYOVER;&lt;BR /&gt;MODEL Y=SEQUENCE SUBJECT(SEQUENCE) PERIOD TREAT CARRYOVER ;&lt;BR /&gt;LSMEANS TREAT /PDIFF;&lt;BR /&gt;RANDOM SUBJECT(SEQUENCE);&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain&amp;nbsp;&amp;nbsp;why the TYPE III degree of freedom for PERIOD &amp;nbsp; is &amp;nbsp;"1" , not "2" ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 04:47:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/397980#M20751</guid>
      <dc:creator>LAYMAN_YO</dc:creator>
      <dc:date>2017-09-22T04:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Degree of freedom for Period effect in TYPE III</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/398594#M20778</link>
      <description>&lt;P&gt;It looks like period=1 and carryover=0 are aliased&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=ex01;&lt;BR /&gt;tables period*carryover;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 15:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/398594#M20778</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-09-25T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Degree of freedom for Period effect in TYPE III</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/398691#M20783</link>
      <description>&lt;P&gt;Thank you very much for the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 01:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Degree-of-freedom-for-Period-effect-in-TYPE-III/m-p/398691#M20783</guid>
      <dc:creator>LAYMAN_YO</dc:creator>
      <dc:date>2017-09-26T01:23:54Z</dc:date>
    </item>
  </channel>
</rss>

