<?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 MIXED AIC -- Differences between SAS Studio and SAS/STAT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/824992#M40858</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My colleague and I are looking at model selection criteria. I'm using SAS/STAT and they are using SAS Studio. We're running the same PROC MIXED code, but are getting slightly different output values for -2 Res Log Likelihood and, subsequently, for AIC. Is anyone able to elaborate on why these differences may be occurring between SAS Studio and SAS/STAT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 18:21:07 GMT</pubDate>
    <dc:creator>toxicatom5</dc:creator>
    <dc:date>2022-07-22T18:21:07Z</dc:date>
    <item>
      <title>PROC MIXED AIC -- Differences between SAS Studio and SAS/STAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/824992#M40858</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My colleague and I are looking at model selection criteria. I'm using SAS/STAT and they are using SAS Studio. We're running the same PROC MIXED code, but are getting slightly different output values for -2 Res Log Likelihood and, subsequently, for AIC. Is anyone able to elaborate on why these differences may be occurring between SAS Studio and SAS/STAT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 18:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/824992#M40858</guid>
      <dc:creator>toxicatom5</dc:creator>
      <dc:date>2022-07-22T18:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED AIC -- Differences between SAS Studio and SAS/STAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825035#M40862</link>
      <description>&lt;P&gt;Since you are running one different processors, with SAS Studio possibly using a completely different operating system. Consider if you use Windows with a local install and your compatriot runs on a system with SAS Studio connecting to a Unix server. There are a number of permutations of this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the values you see start at several places to the right of a decimal place then different processors/OS and rounding are likely and typical.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 22:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825035#M40862</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-22T22:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED AIC -- Differences between SAS Studio and SAS/STAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825447#M40885</link>
      <description>&lt;P&gt;Thank you -- this makes sense and I appreciate your insight.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 14:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825447#M40885</guid>
      <dc:creator>toxicatom5</dc:creator>
      <dc:date>2022-07-26T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED AIC -- Differences between SAS Studio and SAS/STAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825910#M40904</link>
      <description>&lt;P&gt;Be aware that the same issue that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;outlined can happen even with similar operating systems and the same version of SAS/STAT.&amp;nbsp; Check to make sure that your CLASS and MODEL statements align with each other and with the sort in the dataset you are analyzing.&amp;nbsp; We just ran into this issue and a sort, followed by a CLASS statement with the by variables from the sort in the same order, and a MODEL statement that reflects the design solved our differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825910#M40904</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-07-28T13:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED AIC -- Differences between SAS Studio and SAS/STAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825926#M40907</link>
      <description>&lt;P&gt;This is a very interesting addition, and makes complete sense. Thank you -- I will check that we have everything aligned and see if it resolves our differences.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 14:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-AIC-Differences-between-SAS-Studio-and-SAS-STAT/m-p/825926#M40907</guid>
      <dc:creator>toxicatom5</dc:creator>
      <dc:date>2022-07-28T14:04:11Z</dc:date>
    </item>
  </channel>
</rss>

