<?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 Proc glm (changes or updates) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675474#M32339</link>
    <description>&lt;P&gt;This is not a technical/code related question (more of a general question related to proc GLM). I had some codes written for a project a couple of years back (2 factor anova model). I used&amp;nbsp; Proc GLM. A simple version of the code is below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc glm data = mydata;
class Independent_Var1 Independent_Var2;
model Dependent_Var=Independent_Var1|Independent_Var2/ss3 solution;
lsmeans Independent_Var1|Independent_Var2;
run;&lt;/PRE&gt;
&lt;P&gt;I recently dug out this long forgotten project and started working on it again. I tried to replicate my previous findings (&lt;STRONG&gt;dataset is exactly the same)&lt;/STRONG&gt;. However, I am not getting my previous results back. There are slight changes in the F statistic and p-values. For example for Independent_Var1, the original p-value was 0.08 and I now get 0.12. Again, with the same dataset, I would expect to get my previous results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me understand why I am getting somewhat different results. Have there been any changes or updates to Proc GLM over the last couple of years or so? Is there a resource to track changes to the proc's? I do keep my data and codes organized so I am confident that I am using my original data as well as the code.&amp;nbsp;&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;EDIT: During this time, I have gone from using SAS 9.2 to SAS 9.4.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Aug 2020 13:18:48 GMT</pubDate>
    <dc:creator>stanmarciano</dc:creator>
    <dc:date>2020-08-09T13:18:48Z</dc:date>
    <item>
      <title>Proc glm (changes or updates)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675474#M32339</link>
      <description>&lt;P&gt;This is not a technical/code related question (more of a general question related to proc GLM). I had some codes written for a project a couple of years back (2 factor anova model). I used&amp;nbsp; Proc GLM. A simple version of the code is below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc glm data = mydata;
class Independent_Var1 Independent_Var2;
model Dependent_Var=Independent_Var1|Independent_Var2/ss3 solution;
lsmeans Independent_Var1|Independent_Var2;
run;&lt;/PRE&gt;
&lt;P&gt;I recently dug out this long forgotten project and started working on it again. I tried to replicate my previous findings (&lt;STRONG&gt;dataset is exactly the same)&lt;/STRONG&gt;. However, I am not getting my previous results back. There are slight changes in the F statistic and p-values. For example for Independent_Var1, the original p-value was 0.08 and I now get 0.12. Again, with the same dataset, I would expect to get my previous results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me understand why I am getting somewhat different results. Have there been any changes or updates to Proc GLM over the last couple of years or so? Is there a resource to track changes to the proc's? I do keep my data and codes organized so I am confident that I am using my original data as well as the code.&amp;nbsp;&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;EDIT: During this time, I have gone from using SAS 9.2 to SAS 9.4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 13:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675474#M32339</guid>
      <dc:creator>stanmarciano</dc:creator>
      <dc:date>2020-08-09T13:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm (changes or updates)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675477#M32340</link>
      <description>&lt;P&gt;There are three possible reasons why the results might have changed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The data is different&lt;/LI&gt;
&lt;LI&gt;The code is different&lt;/LI&gt;
&lt;LI&gt;PROC GLM has changed&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do the research to confirm that #1 and #2 have not happened. Simply saying they haven't changed (&lt;STRONG&gt;and using bold letters&lt;/STRONG&gt;) doesn't convince me. If you conclude that #3 is the only possibility, we would need to see the results before and the results after.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 13:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675477#M32340</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-09T13:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm (changes or updates)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675568#M32359</link>
      <description>&lt;P&gt;If you post your actual code and data, we can probably help more. Since the F statistic for the ANOVA model was developed 100 years ago, I don't think it is likely that the computation changed between SAS 9.2 and 9.4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 12:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675568#M32359</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-08-10T12:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm (changes or updates)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675580#M32362</link>
      <description>&lt;P&gt;If the method was iterative (say PROC MIXED), I would also look at hardware and OS differences.&amp;nbsp; But to find this for PROC GLM seems odd.&amp;nbsp; Are you sure there is no data preprocessing in the original project that has been dropped out in the current project?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 13:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-changes-or-updates/m-p/675580#M32362</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-10T13:12:04Z</dc:date>
    </item>
  </channel>
</rss>

