<?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 psmatch question: Is K= option same as KMAX= option? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820555#M40586</link>
    <description>&lt;P&gt;For example, if I want to conduct&amp;nbsp;&lt;SPAN&gt;greedy nearest neighbor propensity score matching where 1 to 5 control records may be matched to each treatment record, is specifying K=5 sufficient or will SAS attempt to match exactly 5 controls to each treatment? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The KMAX= option doesn't appear to be available for the greedy matching method.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 17:03:57 GMT</pubDate>
    <dc:creator>RobertWF1</dc:creator>
    <dc:date>2022-06-27T17:03:57Z</dc:date>
    <item>
      <title>proc psmatch question: Is K= option same as KMAX= option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820555#M40586</link>
      <description>&lt;P&gt;For example, if I want to conduct&amp;nbsp;&lt;SPAN&gt;greedy nearest neighbor propensity score matching where 1 to 5 control records may be matched to each treatment record, is specifying K=5 sufficient or will SAS attempt to match exactly 5 controls to each treatment? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The KMAX= option doesn't appear to be available for the greedy matching method.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 17:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820555#M40586</guid>
      <dc:creator>RobertWF1</dc:creator>
      <dc:date>2022-06-27T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc psmatch question: Is K= option same as KMAX= option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820760#M40587</link>
      <description>&lt;P&gt;I have moved this question to 'Statistical Procedures' board (where it belongs)!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820760#M40587</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-06-28T18:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc psmatch question: Is K= option same as KMAX= option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820766#M40588</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/408179"&gt;@RobertWF1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;For example, if I want to conduct&amp;nbsp;&lt;SPAN&gt;greedy nearest neighbor propensity score matching where 1 to 5 control records may be matched to each treatment record, is specifying K=5 sufficient or will SAS attempt to match exactly 5 controls to each treatment? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The KMAX= option doesn't appear to be available for the greedy matching method.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have never done this, but as I read the documentation :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT® 15.2 User's Guide&lt;BR /&gt;The PSMATCH Procedure&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_psmatch_syntax08.htm#statug.psmatch.methodopt" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_psmatch_syntax08.htm#statug.psmatch.methodopt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp; METHOD=FULL (KMAX=kmax &amp;lt;full-options&amp;gt;)&lt;BR /&gt;&amp;nbsp; KMAX=kmax &amp;gt;&amp;gt; specifies the maximum number of control units to be matched with each treated unit, where kmax &amp;gt;= 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; METHOD=GREEDY &amp;lt;(K=k ORDER=order-option)&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; K=k specifies the number of matching control units, where k &amp;gt; 0, for each treated unit. PROC PSMATCH performs k 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;BR /&gt;&lt;EM&gt;AS I READ THIS , IT WILL MATCH &lt;U&gt;&lt;FONT color="#0000FF"&gt;EXACTLY&lt;/FONT&gt;&lt;/U&gt; K CONTROL UNITS TO EACH TREATED UNIT.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 100.4 Greedy Nearest Neighbor Matching&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_psmatch_examples04.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_psmatch_examples04.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch-question-Is-K-option-same-as-KMAX-option/m-p/820766#M40588</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-06-28T18:34:44Z</dc:date>
    </item>
  </channel>
</rss>

