<?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: Proc PS Match not using all the input data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674763#M32292</link>
    <description>&lt;P&gt;yes&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 16:14:26 GMT</pubDate>
    <dc:creator>riyaaora275</dc:creator>
    <dc:date>2020-08-05T16:14:26Z</dc:date>
    <item>
      <title>Proc PS Match not using all the input data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674726#M32287</link>
      <description>&lt;P&gt;I have used the following code -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc psmatch data = x;
class a b c cate;
psmodel cate(Treated = 'On') = a b c d ;
match method = greedy(k=1)  ;
assess lps var=(a b c d )/plots = all weight = none;
output out(obs=match)= y;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="riyaaora275_0-1596636314188.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47999iDB9B9A54A1B0E0E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="riyaaora275_0-1596636314188.png" alt="riyaaora275_0-1596636314188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;however the treated group has 6000 obs and control has 8000 obs , then why is the number of obs used 1134 and 1411 ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674726#M32287</guid>
      <dc:creator>riyaaora275</dc:creator>
      <dc:date>2020-08-05T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PS Match not using all the input data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674745#M32289</link>
      <description>&lt;P&gt;Do you have missing values in your variables, specifically a, b,c, d?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183242"&gt;@riyaaora275&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have used the following code -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc psmatch data = x;
class a b c cate;
psmodel cate(Treated = 'On') = a b c d ;
match method = greedy(k=1)  ;
assess lps var=(a b c d )/plots = all weight = none;
output out(obs=match)= y;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="riyaaora275_0-1596636314188.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47999iDB9B9A54A1B0E0E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="riyaaora275_0-1596636314188.png" alt="riyaaora275_0-1596636314188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;however the treated group has 6000 obs and control has 8000 obs , then why is the number of obs used 1134 and 1411 ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 15:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674745#M32289</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-05T15:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PS Match not using all the input data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674763#M32292</link>
      <description>&lt;P&gt;yes&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 16:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674763#M32292</guid>
      <dc:creator>riyaaora275</dc:creator>
      <dc:date>2020-08-05T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PS Match not using all the input data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674798#M32293</link>
      <description>&lt;P&gt;Any row with missing data for a, b, c, or d will be excluded from the analysis. If you need it included, there may be an option to account for that or you can recode them to a different value if that makes sense given the context.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can impute them ahead of time. There are multiple options but it definitely requires subject matter expertise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 17:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PS-Match-not-using-all-the-input-data/m-p/674798#M32293</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-05T17:40:07Z</dc:date>
    </item>
  </channel>
</rss>

