<?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 GLM: Which model? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-Which-model/m-p/618721#M29786</link>
    <description>&lt;P&gt;I have to say I am troubled by the absence of patient in this model. It seems to me that a patient effect is needed here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also think that if you are trying to see which treatment results in the largest change in hematocrit level, you might want to treat this as a "paired" experiment rather than having FOLLOW_UP_HCT and BASELINE_HCT as separate terms in the model, you might want to look at the delta between followup and baseline as the response variable. Or you might want to see if the effectiveness of treatment depends on BASELINE_HCT, that would be different and require a different model than the one you show.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Those are the questions you ought to be asking. What the model is named is somewhat irrelevant, you will have to justify you have the right model.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 23:17:30 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-01-20T23:17:30Z</dc:date>
    <item>
      <title>Proc GLM: Which model?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-Which-model/m-p/618714#M29785</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was part of a randomized study in which patients received active drug or placebo (TREATMENT). The hematocrit was measured at baseline (BASELINE_HCT) and after 8 mo. (FOLLOW_UP_HCT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received the following code from a colleague, but I have difficulties in finding out what kind of model this is. Is it a generalized linear model where the least-squares mean is calculated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glm data=DATASET;&lt;/P&gt;
&lt;P&gt;class TREATMENT;&lt;/P&gt;
&lt;P&gt;model FOLLOW_UP_HCT=TREATMENT BASELINE_HCT;&lt;/P&gt;
&lt;P&gt;lsmeans TREATMENT /pdiff stderr cl;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 22:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-Which-model/m-p/618714#M29785</guid>
      <dc:creator>ChrisMac</dc:creator>
      <dc:date>2020-01-20T22:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM: Which model?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-Which-model/m-p/618721#M29786</link>
      <description>&lt;P&gt;I have to say I am troubled by the absence of patient in this model. It seems to me that a patient effect is needed here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also think that if you are trying to see which treatment results in the largest change in hematocrit level, you might want to treat this as a "paired" experiment rather than having FOLLOW_UP_HCT and BASELINE_HCT as separate terms in the model, you might want to look at the delta between followup and baseline as the response variable. Or you might want to see if the effectiveness of treatment depends on BASELINE_HCT, that would be different and require a different model than the one you show.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Those are the questions you ought to be asking. What the model is named is somewhat irrelevant, you will have to justify you have the right model.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 23:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-Which-model/m-p/618721#M29786</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-20T23:17:30Z</dc:date>
    </item>
  </channel>
</rss>

