<?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: How to keep very close values of a continuous variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640763#M190935</link>
    <description>Thank you !</description>
    <pubDate>Fri, 17 Apr 2020 15:09:49 GMT</pubDate>
    <dc:creator>Mathis1</dc:creator>
    <dc:date>2020-04-17T15:09:49Z</dc:date>
    <item>
      <title>How to keep very close values of a continuous variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640659#M190888</link>
      <description>&lt;P&gt;Hello there !&lt;/P&gt;&lt;P&gt;I'm looking to keep in a table the observations whose values of a price variable are close, for instance (1% to each other).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obs1 - 356.12&lt;/P&gt;&lt;P&gt;Obs 13 - 356.13&lt;/P&gt;&lt;P&gt;Obs 26 - 234.13&lt;/P&gt;&lt;P&gt;Obs 73 - 234.14&lt;/P&gt;&lt;P&gt;Etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help !&lt;BR /&gt;&lt;BR /&gt;(I precise that I do not have a very advanced level on SAS)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 09:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640659#M190888</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-04-17T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep very close values of a continuous variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640663#M190890</link>
      <description>&lt;P&gt;Sort by the price variable, then you can use lag() and a look-ahead to compare with previous and following values.&lt;/P&gt;
&lt;P&gt;For (tested) code, provide an example of your dataset in usable form (a data step with datalines).&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 10:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640663#M190890</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-17T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep very close values of a continuous variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640763#M190935</link>
      <description>Thank you !</description>
      <pubDate>Fri, 17 Apr 2020 15:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-very-close-values-of-a-continuous-variable/m-p/640763#M190935</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-04-17T15:09:49Z</dc:date>
    </item>
  </channel>
</rss>

