<?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 proc survey select in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-survey-select/m-p/207666#M51556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have a table with all my customers and customer attributes. The table only contains one customer per row. So no duplicates. From this group of customers I wany four groups that are representibe of my base and mutually exclusive. I am running the below code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyselect data=base&lt;/P&gt;&lt;P&gt;out =groups &lt;/P&gt;&lt;P&gt;methos =srs&lt;/P&gt;&lt;P&gt;samprate =0.07&lt;/P&gt;&lt;P&gt;seed = 1452&lt;/P&gt;&lt;P&gt;rep= 4;&lt;/P&gt;&lt;P&gt;strata gender cust_seg;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the above code I get four groups but a customer in group one could also be in group 3.does anyone know I can make the groups mutually exclusive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 10:04:49 GMT</pubDate>
    <dc:creator>Syndey</dc:creator>
    <dc:date>2015-03-23T10:04:49Z</dc:date>
    <item>
      <title>proc survey select</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-survey-select/m-p/207666#M51556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have a table with all my customers and customer attributes. The table only contains one customer per row. So no duplicates. From this group of customers I wany four groups that are representibe of my base and mutually exclusive. I am running the below code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyselect data=base&lt;/P&gt;&lt;P&gt;out =groups &lt;/P&gt;&lt;P&gt;methos =srs&lt;/P&gt;&lt;P&gt;samprate =0.07&lt;/P&gt;&lt;P&gt;seed = 1452&lt;/P&gt;&lt;P&gt;rep= 4;&lt;/P&gt;&lt;P&gt;strata gender cust_seg;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the above code I get four groups but a customer in group one could also be in group 3.does anyone know I can make the groups mutually exclusive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-survey-select/m-p/207666#M51556</guid>
      <dc:creator>Syndey</dc:creator>
      <dc:date>2015-03-23T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc survey select</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-survey-select/m-p/207667#M51557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The REPlicate option generates independent samples so may have the same record in more than one replicate.&lt;/P&gt;&lt;P&gt;Some options would be to add another stratification variable if the 4 groups should have some desired feature in common such as industry or geographical region. OR cluster&lt;/P&gt;&lt;P&gt;Or create larger sample and then assign groups later in a data step with something like:&lt;/P&gt;&lt;P&gt;group = mod(_n_,4);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-survey-select/m-p/207667#M51557</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-23T14:54:07Z</dc:date>
    </item>
  </channel>
</rss>

