<?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 Within subjects only analysis in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3312#M285</link>
    <description>How can I analyze a design where the sample is randomly divided into three groups?  Each group receives one of three treatments and dependent variables are measured.  Then, a second trial is conducted where each group is administered a different treatment than they received the first time, and dependent variables are measured.  The same procedure is followed a third time.&lt;BR /&gt;
&lt;BR /&gt;
I have been told that this is a repeated measures design. However, the only examples of repeated measures I can find like this involve the same treatments over time, and between subjects (group) differences are compared.&lt;BR /&gt;
&lt;BR /&gt;
I need a SAS code to partial out the repeated measures part of the SSEs.</description>
    <pubDate>Sun, 03 Jun 2007 02:20:39 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-06-03T02:20:39Z</dc:date>
    <item>
      <title>Within subjects only analysis</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3312#M285</link>
      <description>How can I analyze a design where the sample is randomly divided into three groups?  Each group receives one of three treatments and dependent variables are measured.  Then, a second trial is conducted where each group is administered a different treatment than they received the first time, and dependent variables are measured.  The same procedure is followed a third time.&lt;BR /&gt;
&lt;BR /&gt;
I have been told that this is a repeated measures design. However, the only examples of repeated measures I can find like this involve the same treatments over time, and between subjects (group) differences are compared.&lt;BR /&gt;
&lt;BR /&gt;
I need a SAS code to partial out the repeated measures part of the SSEs.</description>
      <pubDate>Sun, 03 Jun 2007 02:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3312#M285</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-03T02:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Within subjects only analysis</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3313#M286</link>
      <description>Your mean is A Three (Sequences) by Three (Periods) Crossover Design with Repeated Measures?&lt;BR /&gt;
&lt;BR /&gt;
The Mixed Linear Model,I think, is fitted for this design.</description>
      <pubDate>Mon, 04 Jun 2007 06:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3313#M286</guid>
      <dc:creator>Rucstat_huadli</dc:creator>
      <dc:date>2007-06-04T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Within subjects only analysis</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3314#M287</link>
      <description>PROC MIXED data = data;&lt;BR /&gt;
  CLASS subject trt period seq;&lt;BR /&gt;
  MODEL var = trt seq period / s ddfm=satther;&lt;BR /&gt;
  RANDOM subject(seq);&lt;BR /&gt;
  CONTRAST 'A vs B' trt 1 -1  0/ stdiff cl;&lt;BR /&gt;
RUN;</description>
      <pubDate>Mon, 04 Jun 2007 06:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Within-subjects-only-analysis/m-p/3314#M287</guid>
      <dc:creator>Rucstat_huadli</dc:creator>
      <dc:date>2007-06-04T06:10:48Z</dc:date>
    </item>
  </channel>
</rss>

