<?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 finding comparable populations in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/finding-comparable-populations/m-p/74856#M21726</link>
    <description>I need to create a control group that has the same characteristics as the target population. I can use the following to get a random sample:&lt;BR /&gt;
PROC SURVEYSELECT DATA=sel OUT=target METHOD=SRS SAMPRATE=.5 SEED=2;&lt;BR /&gt;
STRATA momage gravidity fplgr smoke med_rsk lowwt bmi marstat;&lt;BR /&gt;
RUN;&lt;BR /&gt;
However, this is code from a different programmer and I don't really know what it's doing. This is the Target dataset, a second dataset has the universe of non-selected members for the Control group.&lt;BR /&gt;
Is there a better method? Is there anything I should adjust? Thanks</description>
    <pubDate>Mon, 12 Apr 2010 15:25:52 GMT</pubDate>
    <dc:creator>onpoint1</dc:creator>
    <dc:date>2010-04-12T15:25:52Z</dc:date>
    <item>
      <title>finding comparable populations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/finding-comparable-populations/m-p/74856#M21726</link>
      <description>I need to create a control group that has the same characteristics as the target population. I can use the following to get a random sample:&lt;BR /&gt;
PROC SURVEYSELECT DATA=sel OUT=target METHOD=SRS SAMPRATE=.5 SEED=2;&lt;BR /&gt;
STRATA momage gravidity fplgr smoke med_rsk lowwt bmi marstat;&lt;BR /&gt;
RUN;&lt;BR /&gt;
However, this is code from a different programmer and I don't really know what it's doing. This is the Target dataset, a second dataset has the universe of non-selected members for the Control group.&lt;BR /&gt;
Is there a better method? Is there anything I should adjust? Thanks</description>
      <pubDate>Mon, 12 Apr 2010 15:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/finding-comparable-populations/m-p/74856#M21726</guid>
      <dc:creator>onpoint1</dc:creator>
      <dc:date>2010-04-12T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: finding comparable populations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/finding-comparable-populations/m-p/74857#M21727</link>
      <description>If you've already collected the data, you could use propensity score matching.  There is a huge literature on it.&lt;BR /&gt;
&lt;BR /&gt;
I've not used SURVEYSELECT, but my general concern with trying to match on that many variables is that it is nearly impossible to do.  That STRATA statement would indicate several hundred different buckets.</description>
      <pubDate>Mon, 12 Apr 2010 16:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/finding-comparable-populations/m-p/74857#M21727</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-04-12T16:15:34Z</dc:date>
    </item>
  </channel>
</rss>

