<?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 Absolute Value Difference in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Absolute-Value-Difference/m-p/729526#M227031</link>
    <description>&lt;OL&gt;&lt;LI&gt;Which observation (reference the GVKEY) has the greatest difference between predicted audit fees and actual audit fees?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can sort the data by ascending or descending order but then it throws the value off of the correct observation #&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What code can I run to give me an output of the largest absolute value difference from my resiudal from this regression output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Part 3 Step 13 */&lt;/P&gt;&lt;P&gt;proc reg data=reg.Complete_Data;&lt;BR /&gt;model laf=BIGN CITY_SPEC restatement_issue MATWEAK LAT CATA OCF LOSS SALE SALE_GROWTH;&lt;BR /&gt;output out=reg.reg1 p=plaf r=resid;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Mar 2021 02:14:31 GMT</pubDate>
    <dc:creator>krg1140</dc:creator>
    <dc:date>2021-03-27T02:14:31Z</dc:date>
    <item>
      <title>Absolute Value Difference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Absolute-Value-Difference/m-p/729526#M227031</link>
      <description>&lt;OL&gt;&lt;LI&gt;Which observation (reference the GVKEY) has the greatest difference between predicted audit fees and actual audit fees?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can sort the data by ascending or descending order but then it throws the value off of the correct observation #&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What code can I run to give me an output of the largest absolute value difference from my resiudal from this regression output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Part 3 Step 13 */&lt;/P&gt;&lt;P&gt;proc reg data=reg.Complete_Data;&lt;BR /&gt;model laf=BIGN CITY_SPEC restatement_issue MATWEAK LAT CATA OCF LOSS SALE SALE_GROWTH;&lt;BR /&gt;output out=reg.reg1 p=plaf r=resid;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 02:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Absolute-Value-Difference/m-p/729526#M227031</guid>
      <dc:creator>krg1140</dc:creator>
      <dc:date>2021-03-27T02:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Absolute Value Difference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Absolute-Value-Difference/m-p/729544#M227044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always there are multiple solutions to this, but why don't you use an ID statement?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;The variables listed in the ID statement are displayed beside each observation. These variables can be used to identify each observation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 11:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Absolute-Value-Difference/m-p/729544#M227044</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-03-27T11:01:38Z</dc:date>
    </item>
  </channel>
</rss>

