<?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 do I segment my customers? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137172#M261214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is too broad. There are books written on this subject. &lt;/P&gt;&lt;P&gt;You should also post this in the Statistical or Data Mining forum instead of general discussions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Jan 2015 17:03:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-01-25T17:03:26Z</dc:date>
    <item>
      <title>How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137170#M261212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can can someone help me please? &lt;/P&gt;&lt;P&gt;I'd like to segment my customers for marketing communications, some customer purchase in a single business whilst others have purchased across multiple businesses. The problem I have is the transaction amounts vary significantly from one business to another. One business is fast moving consumer goods (food retail) and another is high priced insurance, for example. Is there a function or process to create an overall score by applying a weighting to value (£) and then aggregating each score for each business to create one overall score?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 13:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137170#M261212</guid>
      <dc:creator>bob2012</dc:creator>
      <dc:date>2015-01-25T13:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137171#M261213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if it is what you want.&lt;/P&gt;&lt;P&gt;Check&amp;nbsp; WEIGHT statement of proc means&amp;nbsp;&amp;nbsp; or&amp;nbsp; Check&amp;nbsp;&amp;nbsp; proc score .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 15:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137171#M261213</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-25T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137172#M261214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is too broad. There are books written on this subject. &lt;/P&gt;&lt;P&gt;You should also post this in the Statistical or Data Mining forum instead of general discussions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 17:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137172#M261214</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-25T17:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137173#M261215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect you are after market basket analysis. Try searching on this topic to refine what you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 18:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137173#M261215</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-01-25T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137174#M261216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you to all for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reeza, I shall add the question to the other forums. You make a valid point, it is a broad subject ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiwi, Market basket analysis is not what I'm looking for. I have an RFM scoring technique in place already for food retail consumers which ranks my customers well, however, I can't apply RFM on insurance products as they tend to be less regular (yearly in most cases). Perhaps the technique should be one score for each business and then weight those scores to an overall score? If that is possible to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 19:08:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137174#M261216</guid>
      <dc:creator>bob2012</dc:creator>
      <dc:date>2015-01-25T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I segment my customers?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137175#M261217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bob you are saying your RFM scoring technique in place for retail. See a relative short time-frame for the events.&lt;/P&gt;&lt;P&gt;Your remark that you cannot use that for insurance because the events are based yearly is nonsense. Your remark is telling you you should adjust the time-frame. 5 years 10 years, 30 ? what is present and applicable for that "insurance product".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers value and customer segmentation will follow the business goals.&lt;/P&gt;&lt;P&gt;- No interest in long-year planning? Drop those "insurance products"&lt;/P&gt;&lt;P&gt;- Just cross-selling insurance as extended product life support. Put those in retail&lt;/P&gt;&lt;P&gt;The customer value and customer segmentation should reflect those business goals.&amp;nbsp; How much do you expect to be the profits on some customer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 20:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-segment-my-customers/m-p/137175#M261217</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-01-25T20:33:46Z</dc:date>
    </item>
  </channel>
</rss>

