<?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: Bettina in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9470#M100</link>
    <description>So there are B6 and IL6 mice (genotype of mouse)&lt;BR /&gt;
Within each mouse, the left tibia is loaded and the right tibia is not loaded (loading)&lt;BR /&gt;
We also had a group of B6 and IL6 mice that were underwent this loading treatment for 1wk and another group of B6 and IL6 mice that underwent the treatment for 2wks (loading duration). &lt;BR /&gt;
&lt;BR /&gt;
I think I should use proc glm to take into consideration the within-subject effect of loading (loaded, control limbs) and between-subject effects of genotype (KO, WT mice) and loading duration (1, 2 wks), as well as interactions between these terms. &lt;BR /&gt;
&lt;BR /&gt;
Maybe the repeated measures term can account for the paired aspect of loading?&lt;BR /&gt;
&lt;BR /&gt;
Is this correct and how do I write this code?&lt;BR /&gt;
Thanks.</description>
    <pubDate>Thu, 30 Sep 2010 16:05:41 GMT</pubDate>
    <dc:creator>Bettina</dc:creator>
    <dc:date>2010-09-30T16:05:41Z</dc:date>
    <item>
      <title>Bettina</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9468#M98</link>
      <description>How can I analyze a design where I want to determine the effect of a treatment (loading or not loading) within subjects and genotype (B6 or IL6 mice) and loading duration (1 or 2 weeks) between subjects? The design is not balanced so I was thinking of using proc  glm or mixed model? Any suggestions on how I write the code?</description>
      <pubDate>Thu, 30 Sep 2010 08:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9468#M98</guid>
      <dc:creator>Bettina</dc:creator>
      <dc:date>2010-09-30T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bettina</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9469#M99</link>
      <description>As I read this, each subject gets both loading and not loading treatments, but one subject only has one loading duration.  This seems like and example of a Crossover Design.  So the data might look like this&lt;BR /&gt;
&lt;BR /&gt;
Load NotLoad Genotype LoadDur&lt;BR /&gt;
&lt;BR /&gt;
Load and NotLoad are assessments of the same outcome.  Genotype and LoadDur are binary (scored 0/1).  There are two ways to analyze this.  One is to take the difference between Load and NotLoad (e.g. LoadDiff=Load - NotLoad; ) and use that difference as the outcome with Genotype and LoadDur as independent variables.  The other is to use an analysis of covariance framework and treat Load as the outcome and NotLoad as a covariate.  The basic GLM model statements would be&lt;BR /&gt;
&lt;BR /&gt;
MODEL LoadDiff = Genotype LoadDur;&lt;BR /&gt;
or&lt;BR /&gt;
MODEL Load = Genotype LoadDur NotLoad;&lt;BR /&gt;
&lt;BR /&gt;
You may need interaction terms and/or to specify some options as well.</description>
      <pubDate>Thu, 30 Sep 2010 15:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9469#M99</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-09-30T15:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bettina</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9470#M100</link>
      <description>So there are B6 and IL6 mice (genotype of mouse)&lt;BR /&gt;
Within each mouse, the left tibia is loaded and the right tibia is not loaded (loading)&lt;BR /&gt;
We also had a group of B6 and IL6 mice that were underwent this loading treatment for 1wk and another group of B6 and IL6 mice that underwent the treatment for 2wks (loading duration). &lt;BR /&gt;
&lt;BR /&gt;
I think I should use proc glm to take into consideration the within-subject effect of loading (loaded, control limbs) and between-subject effects of genotype (KO, WT mice) and loading duration (1, 2 wks), as well as interactions between these terms. &lt;BR /&gt;
&lt;BR /&gt;
Maybe the repeated measures term can account for the paired aspect of loading?&lt;BR /&gt;
&lt;BR /&gt;
Is this correct and how do I write this code?&lt;BR /&gt;
Thanks.</description>
      <pubDate>Thu, 30 Sep 2010 16:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bettina/m-p/9470#M100</guid>
      <dc:creator>Bettina</dc:creator>
      <dc:date>2010-09-30T16:05:41Z</dc:date>
    </item>
  </channel>
</rss>

