<?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: Proc mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78404#M3752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Steve's points, all of which I agree with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is BMI categorized? Binning continuous variables causes problems. See &lt;A href="http://biostat.mc.vanderbilt.edu/wiki/Main/CatContinuoushttp://"&gt;Harrell&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you corrected/noted the problems with BMI? Some of these are summarized in &lt;A href="http://voices.yahoo.com/bmi-why-body-mass-index-isnt-good-measurement-4160577.html?cat=43http://"&gt;my post on Yahoo&lt;/A&gt; (very nontechnical) but there are additional problems when using it with children as good values change with age.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your predictor values seem highly likely to be colinear. You can check this with the COLLIN option in PROC REG (since colinearity is a function only of the predictors, the incorrectness of REG doesn't matter). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 11:07:26 GMT</pubDate>
    <dc:creator>plf515</dc:creator>
    <dc:date>2013-09-26T11:07:26Z</dc:date>
    <item>
      <title>Proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78402#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One newbie asks for help building a right model for my longitudinal data analysis. I cant find help in my faculty, so you're my last hope &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;It's my first time using SAS and building multilevel model, so my understanding is very limited.&lt;/P&gt;&lt;P&gt;So here is my situation:&lt;/P&gt;&lt;P&gt;1. There are 3 years longitudinal data, kids were tested every year same time for 3 years (0,12,24).&lt;/P&gt;&lt;P&gt;2. There are 4 groups: kids were grouped according to their BMI: underweight -1 (20 boys), normal weight -2 (50 boys), overweight-3 (20 boys), obese-4 (23 boys). They stayed in the same BMI group for all 3 years of study.&lt;/P&gt;&lt;P&gt;3. My data is already converted from wide to long.&lt;/P&gt;&lt;P&gt;4. My predictors (fixed) should be: biological_age, biological_age2, height, weight, lean_mass, fat_mass, physical activity.&lt;/P&gt;&lt;P&gt;5. Biological age, and biological age2 should be added both as fixed and random effect.&lt;/P&gt;&lt;P&gt;6. Do you think I should center the study start to 12 month?&lt;/P&gt;&lt;P&gt;7. My purpose is build group specific multilevel model for 3 skeletal sites: BMD_T, BMD_FN, BMD_LS. &lt;/P&gt;&lt;P&gt;8. I want to analyze the relationships between PA(physical activity) and bone parameters (BMD_T, BMD_FN, BMD_LS) in boys from all 4 groups (different body composition).&lt;/P&gt;&lt;P style="text-align: justify;"&gt;9. Basically I want group-specific model for BMD_T, BMD_FN, BMD_LS controlling for biological age, height, weight and testing for the effect of PA(physical activity).&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;I have some more predictors in the list and some more ideas, but first I would like to learn the basics, according to my situation. I am planning to use stepwise procedure.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;So, please if someone will find some time for me to write the model and then some time to answer my few questions about that, I would appreciate it a lot! I think if I understand the way to build model and what means all these commands, I will be able to go on myself and then help others &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 07:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78402#M3750</guid>
      <dc:creator>Donwe</dc:creator>
      <dc:date>2013-09-11T07:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78403#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, give up on the stepwise.&amp;nbsp; See this site for the many drawbacks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, regarding point 5, why do you want to consider age and age2 (I assume that this is age*age) as both random and fixed.&amp;nbsp; Not that it is wrong, but be sure of what you are doing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third, don't bother centering model start, especially with only three timepoints that are equally spaced.&amp;nbsp; However, I would really, really encourage centering the covariates..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fourth, what kind of variable is PA?&amp;nbsp; Ordinal, continuous, nominal?&amp;nbsp; It will make a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like BMD_xx will be a response variable, time a repeated fixed effect, a boatload of continuous covariates, and PA a fixed categorical from over here.&amp;nbsp; I would strongly suggest getting a copy of SAS for Mixed Models, 2nd ed. by Littell et al. and really looking over the chapters on analysis of covariance and repeated measures.&amp;nbsp; Try fitting less complete models to your data until you are comfortable with going after all of the effects.&amp;nbsp; And, oh yeah, don't go down the stepwise road.&amp;nbsp; It's not very good for linear models and is absolutely death (IMO) in mixed models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 17:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78403#M3751</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-09-24T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78404#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Steve's points, all of which I agree with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is BMI categorized? Binning continuous variables causes problems. See &lt;A href="http://biostat.mc.vanderbilt.edu/wiki/Main/CatContinuoushttp://"&gt;Harrell&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you corrected/noted the problems with BMI? Some of these are summarized in &lt;A href="http://voices.yahoo.com/bmi-why-body-mass-index-isnt-good-measurement-4160577.html?cat=43http://"&gt;my post on Yahoo&lt;/A&gt; (very nontechnical) but there are additional problems when using it with children as good values change with age.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your predictor values seem highly likely to be colinear. You can check this with the COLLIN option in PROC REG (since colinearity is a function only of the predictors, the incorrectness of REG doesn't matter). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 11:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed/m-p/78404#M3752</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2013-09-26T11:07:26Z</dc:date>
    </item>
  </channel>
</rss>

