<?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: PSMATCH Procedure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786762#M251237</link>
    <description>&lt;P&gt;so why I did not find the same thing using my data and program ?&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;proc&lt;/STRONG&gt; &lt;STRONG&gt;psmatch&lt;/STRONG&gt; data=man.pms_data region=treated;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; class IPO ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; psmodel IPO(Treated='yes')= age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; match distance=lps method=greedy(k=&lt;STRONG&gt;1&lt;/STRONG&gt;)&amp;nbsp; caliper=&lt;STRONG&gt;0.5&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; assess lps var=( age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / stddev=pooled(allobs=no) stdbinvar=no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; output out(obs=match)=OutEx4 matchid=_MatchID;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is my OUTEX4&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasphd_0-1640014673090.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66897i2CBE3FD32815E663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sasphd_0-1640014673090.png" alt="sasphd_0-1640014673090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 15:39:17 GMT</pubDate>
    <dc:creator>sasphd</dc:creator>
    <dc:date>2021-12-20T15:39:17Z</dc:date>
    <item>
      <title>PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786751#M251234</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to condunct PSMATCH to have&amp;nbsp;&lt;SPAN&gt;the matched sets of id which correspond to the treatment group.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want your help to understand&amp;nbsp;&lt;/SPAN&gt;Example 96.4 Greedy Nearest Neighbor Matching&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_psmatch_examples04.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_psmatch_examples04.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasphd_0-1640011820553.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66893iEF897BE8FEA75543/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sasphd_0-1640011820553.png" alt="sasphd_0-1640011820553.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;column match_id is supposed to give the id of matched group so&amp;nbsp; why I did not see sudentID in this column???&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 14:56:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786751#M251234</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-20T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786756#M251235</link>
      <description>&lt;P&gt;Doesn't that report mean that StudentIDs 156 and 173 form the first match?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786756#M251235</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-12-20T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786762#M251237</link>
      <description>&lt;P&gt;so why I did not find the same thing using my data and program ?&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;proc&lt;/STRONG&gt; &lt;STRONG&gt;psmatch&lt;/STRONG&gt; data=man.pms_data region=treated;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; class IPO ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; psmodel IPO(Treated='yes')= age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; match distance=lps method=greedy(k=&lt;STRONG&gt;1&lt;/STRONG&gt;)&amp;nbsp; caliper=&lt;STRONG&gt;0.5&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; assess lps var=( age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / stddev=pooled(allobs=no) stdbinvar=no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; output out(obs=match)=OutEx4 matchid=_MatchID;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is my OUTEX4&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasphd_0-1640014673090.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66897i2CBE3FD32815E663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sasphd_0-1640014673090.png" alt="sasphd_0-1640014673090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:39:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786762#M251237</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-20T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786765#M251238</link>
      <description>&lt;P&gt;I've never used the PSMATCH procedure, but &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; seems to be right. I looked up the user guide and it seemed to go along with that idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/psmatch.pdf" target="_self"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/psmatch.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Page 7687&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="" style="left: 347.518px; top: 942.342px; font-size: 18.1818px; font-family: sans-serif; transform: scaleX(0.928972);"&gt;and the MATCHID=&lt;SPAN class="highlight appended"&gt;_MatchID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR role="presentation" /&gt;&lt;SPAN style="left: 120px; top: 964.924px; font-size: 18.1818px; font-family: sans-serif; transform: scaleX(0.887989);"&gt;option creates a variable named&lt;/SPAN&gt; &lt;SPAN class="" style="left: 354.325px; top: 966.027px; font-size: 16.7272px; font-family: sans-serif; transform: scaleX(0.999891);"&gt;&lt;SPAN class="highlight appended"&gt;_MatchID&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="left: 430.445px; top: 964.924px; font-size: 18.1818px; font-family: sans-serif; transform: scaleX(0.894297);"&gt;that identifies the matched sets of observations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786765#M251238</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2021-12-20T15:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786766#M251239</link>
      <description>Are those all the variables in your data set? It's hard for us to tell from a screenshot. Maybe run a PROC CONTENTS just to show the variables so we can be certain it's not actually in your data set.</description>
      <pubDate>Mon, 20 Dec 2021 15:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786766#M251239</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2021-12-20T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786769#M251240</link>
      <description>&lt;P&gt;yes this is all my variable by not all the data. this is a screenshot of proc contents&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasphd_1-1640015945584.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66899i5F1884152CA6A376/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sasphd_1-1640015945584.png" alt="sasphd_1-1640015945584.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasphd_0-1640015876758.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66898i19419B1F9FF68783/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sasphd_0-1640015876758.png" alt="sasphd_0-1640015876758.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786769#M251240</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-20T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786770#M251241</link>
      <description>&lt;P&gt;Thanks, but this appears to be your original data set. What about `OutEx4`? Can you show me that one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output out(obs=match)=OutEx4 matchid=_MatchID;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you are creating a new data set, `OutEx4`. That should have _matchID.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 16:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786770#M251241</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2021-12-20T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786771#M251242</link>
      <description>&lt;P&gt;thanks for your help&lt;/P&gt;
&lt;P&gt;the outExt give the matched Id. when I make a proc sort by _MatchID I find the same table as&amp;nbsp;&lt;SPAN&gt;Output 96.4.14: Output Data Set with Matching Numbers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;however I find that the program&amp;nbsp;&lt;SPAN&gt;match each observation for&amp;nbsp; the treatment group&amp;nbsp; with &lt;STRONG&gt;only one observation&lt;/STRONG&gt;&amp;nbsp;in&amp;nbsp; the control group&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but I want to match&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;each observation for&amp;nbsp; the treatment group&amp;nbsp; with multiple&lt;STRONG&gt;&amp;nbsp;observations&lt;/STRONG&gt;&amp;nbsp;in the control group if the PMS score allow.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;can you help me to have the good procedure for that ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 16:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786771#M251242</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-20T16:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786776#M251245</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4327"&gt;@sasphd&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;thanks for your help&lt;/P&gt;
&lt;P&gt;the outExt give the matched Id. when I make a proc sort by _MatchID I find the same table as&amp;nbsp;&lt;SPAN&gt;Output 96.4.14: Output Data Set with Matching Numbers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;however I find that the program&amp;nbsp;&lt;SPAN&gt;match each observation for&amp;nbsp; the treatment group&amp;nbsp; with &lt;STRONG&gt;only one observation&lt;/STRONG&gt;&amp;nbsp;in&amp;nbsp; the control group&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;but I want to match&amp;nbsp;each observation for&amp;nbsp; the treatment group&amp;nbsp; with multiple&amp;nbsp;observations&amp;nbsp;in the control group if the PMS score allow.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;can you help me to have the good procedure for that ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You specified K=1 in your code, which means it matches 1:1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To match at a different ratio you would specify a different k.&lt;/P&gt;
&lt;PRE&gt; 

proc psmatch data=man.pms_data region=treated;

   class IPO ;

   psmodel IPO(Treated='yes')= age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux;

   match distance=lps method=greedy&lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;(k=1)&lt;/STRONG&gt;&lt;/FONT&gt;  caliper=0.5;

   assess lps var=( age Net_asset_share_class Expenses Turnover manger_tenure_average count_name flux)

          / stddev=pooled(allobs=no) stdbinvar=no

             weight=none;

   output out(obs=match)=OutEx4 matchid=_MatchID;

run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_psmatch_syntax08.htm#statug.psmatch.methodopt" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_psmatch_syntax08.htm#statug.psmatch.methodopt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;METHOD=GREEDY &amp;lt;&lt;SPAN class=" aa-lparen"&gt;(&lt;/SPAN&gt;K=&lt;SPAN class=" aa-argument"&gt;k&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ORDER=&lt;SPAN class=" aa-argument"&gt;order-option&lt;/SPAN&gt;&lt;SPAN class=" aa-rparen"&gt;)&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;requests greedy nearest neighbor matching, in which each treated unit is sequentially matched with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-argument"&gt;k&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nearest control units. Matching depends on the ordering of the treated units, which you can specify in the ORDER= suboption.&lt;/P&gt;
&lt;P&gt;You can specify the following suboptions:&lt;/P&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN class=" aa-term "&gt;K=&lt;SPAN class=" aa-argument"&gt;k&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;A id="statug.psmatch.a0000000061" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.psmatch.a0000000062" class="indexterm" target="_blank"&gt;&lt;/A&gt;specifies the number of matching control units, where&amp;nbsp;&lt;SPAN class=" aa-argument"&gt;k&lt;/SPAN&gt;&amp;nbsp;&amp;gt; 0, for each treated unit.&lt;/STRONG&gt;&lt;/FONT&gt; PROC PSMATCH performs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-argument"&gt;k&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;separate loops of matching for treated units. In each loop, the nearest control unit is sequentially matched to each treated unit. By default, K=1 (one control unit for each treated unit).&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 16:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786776#M251245</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-20T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786812#M251263</link>
      <description>&lt;P&gt;thanks for the response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if there is a method in proc psmatch that give the optimal matching of control group?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 19:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786812#M251263</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-20T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: PSMATCH Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786836#M251266</link>
      <description>AFAIK matching is based on your experimental design not an optimization.</description>
      <pubDate>Mon, 20 Dec 2021 20:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PSMATCH-Procedure/m-p/786836#M251266</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-20T20:40:04Z</dc:date>
    </item>
  </channel>
</rss>

