<?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: Different values same code in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335778#M17714</link>
    <description>&lt;P&gt;yes, the data sets and code are identical. We copied the entire code (containing the datasets) into SAS into a word document and used that same code with no changes into my SAS with different results.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2017 21:59:49 GMT</pubDate>
    <dc:creator>frustr8ed</dc:creator>
    <dc:date>2017-02-24T21:59:49Z</dc:date>
    <item>
      <title>Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335731#M17708</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS University Edition to complete an assignment for my stats class with my partner&amp;nbsp;and I am having an issue. We are trying to fit a heterogeneous error covariance structure to a dataset and have been given some benchmark results to make sure we are on the right track. Unfortunately, my partner and I have&amp;nbsp;&lt;STRONG&gt;exactly&lt;/STRONG&gt; the same code (copied directly from a word document) and while he is getting the correct value, I am not. He is using a mac and I'm using a PC and I get the same value in google chrome and internet explorer. Perhaps there is some difference in these two operating systems that I'm unaware of? Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=first; by block var;&lt;/P&gt;&lt;P&gt;proc glimmix data=first;&lt;/P&gt;&lt;P&gt;class block var;&lt;/P&gt;&lt;P&gt;model leaf=var;&lt;/P&gt;&lt;P&gt;random block;&lt;/P&gt;&lt;P&gt;random _residual_ / subject=block*var group=var;&lt;/P&gt;&lt;P&gt;lsmeans var / pdiff adjust=tukey;&lt;/P&gt;&lt;P&gt;output out=second predicted=pred student=studentresid student(noblup)=smresid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 20:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335731#M17708</guid>
      <dc:creator>frustr8ed</dc:creator>
      <dc:date>2017-02-24T20:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335733#M17709</link>
      <description>&lt;P&gt;Have you made sure that both of your "first" datasets are identical?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 20:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335733#M17709</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-24T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335741#M17711</link>
      <description>&lt;P&gt;Things to check:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Source datasets are the same. Make sure they both have the same number of observations and then values. One of you could save the SAS dataset, send it to the other and you could run a proc compare to highlight the differences.&lt;/P&gt;
&lt;P&gt;2. Make sure you're running the same version of SAS, run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc setinit;run;&lt;/P&gt;
&lt;P&gt;And verify the exact same versions.&lt;/P&gt;
&lt;P&gt;3. Check the code line by line and make sure you're logs are both clean.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 20:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335741#M17711</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-24T20:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335742#M17712</link>
      <description>&lt;P&gt;If the differences are small, ie #####E-16 then it's a precision difference and you the difference is not significant.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 20:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335742#M17712</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-24T20:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335776#M17713</link>
      <description>&lt;P&gt;Thanks for the reply. The value we are looking for is 0.02700 and I have 0.02709. So while the difference isn't very large, it's not insignificantly small either.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335776#M17713</guid>
      <dc:creator>frustr8ed</dc:creator>
      <dc:date>2017-02-24T21:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335778#M17714</link>
      <description>&lt;P&gt;yes, the data sets and code are identical. We copied the entire code (containing the datasets) into SAS into a word document and used that same code with no changes into my SAS with different results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335778#M17714</guid>
      <dc:creator>frustr8ed</dc:creator>
      <dc:date>2017-02-24T21:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different values same code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335781#M17715</link>
      <description>&lt;P&gt;Can you post the code used with data so one of us can replicate and let you know what the correct value is?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you confirm the issues mentioned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Word has messed up files previously such that data can be read differently especially if you're using datalines or cards to generate your data. You still need to confirm the data. In general, use notepad or notepad++/Ultraedit to edit programming files, Word and Excel like to interpret and add their own little bugs.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 22:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-values-same-code/m-p/335781#M17715</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-24T22:18:42Z</dc:date>
    </item>
  </channel>
</rss>

