<?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 find the freqencies for food delivery in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701742#M214903</link>
    <description>it only give me the frequency for each vendors. I need the frequency of the combination (vendor A &amp;amp; B)</description>
    <pubDate>Thu, 26 Nov 2020 03:14:00 GMT</pubDate>
    <dc:creator>HitmonTran</dc:creator>
    <dc:date>2020-11-26T03:14:00Z</dc:date>
    <item>
      <title>how to find the freqencies for food delivery</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701733#M214900</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset consisting: customers, food vendors,&amp;nbsp; and order date .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since customers can order from multiple food vendors within the same day,&amp;nbsp;I need to figure out the frequencies and&amp;nbsp; %'s&amp;nbsp; of Vender A,B,C,etc. being ordered together within the same day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dataset:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Vendor&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Order_date&lt;/P&gt;&lt;P&gt;Bob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-1-2020&lt;/P&gt;&lt;P&gt;Bob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-1-2020&lt;/P&gt;&lt;P&gt;Bob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-1-2020&lt;/P&gt;&lt;P&gt;Joe&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1-2-2020&lt;/P&gt;&lt;P&gt;Joe&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1-2-2020&lt;/P&gt;&lt;P&gt;Chris&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-1-2020&lt;/P&gt;&lt;P&gt;Chris&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-2-2020&lt;/P&gt;&lt;P&gt;David&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-3-2020&lt;/P&gt;&lt;P&gt;David&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-3-2020&lt;/P&gt;&lt;P&gt;David&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-3-2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;want:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vendor_comb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bc Vendor A &amp;amp; B&amp;nbsp; were ordered 3 times within the same day&amp;nbsp; from Bob, Joe, David.&amp;nbsp; Chris does not count bc he ordered on different days.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 04:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701733#M214900</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-11-26T04:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the freqencies for food delivery</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701738#M214901</link>
      <description>&lt;P&gt;Try something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc freq data=have;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; tables order_date*vendor / list ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 02:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701738#M214901</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-26T02:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the freqencies for food delivery</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701742#M214903</link>
      <description>it only give me the frequency for each vendors. I need the frequency of the combination (vendor A &amp;amp; B)</description>
      <pubDate>Thu, 26 Nov 2020 03:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701742#M214903</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-11-26T03:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the freqencies for food delivery</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701748#M214905</link>
      <description>&lt;P&gt;Incomplete description gives incomplete code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show ALL of the output you&amp;nbsp; actually expect given your example data. As it should appear.&lt;/P&gt;
&lt;P&gt;You show NO records with both A and B, so your date will need some serious rearranging, and you likely should show the intermediate step so that 'combinations of A and B' exist.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 03:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701748#M214905</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-26T03:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the freqencies for food delivery</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701753#M214907</link>
      <description>See edited post of "want" and let me know if this is clear. The goal is to find the count of any combination on the same date.</description>
      <pubDate>Thu, 26 Nov 2020 04:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-the-freqencies-for-food-delivery/m-p/701753#M214907</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-11-26T04:14:00Z</dc:date>
    </item>
  </channel>
</rss>

