<?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 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889075#M44060</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;I need to match my dataset based on Marketcap , I used this code and I constantly get the error of "the support frgion does not exist.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;psmatch&lt;/STRONG&gt;&lt;/SPAN&gt; data=propensity_scores region=cs;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;class&lt;/SPAN&gt; Nonover;&lt;/P&gt;&lt;P class=""&gt;psmodel Nonover(treated=&lt;SPAN class=""&gt;'Yes'&lt;/SPAN&gt;)= overlap Marketcap;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;match&lt;/SPAN&gt; method=optimal(k=&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;) stat=lps caliper=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.25&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;output&lt;/SPAN&gt; out(obs=match)=outEx1 matchid=_matchID;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;here is the code I used .&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;is there anyone can help me please&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Aug 2023 02:35:40 GMT</pubDate>
    <dc:creator>fkamkar</dc:creator>
    <dc:date>2023-08-13T02:35:40Z</dc:date>
    <item>
      <title>proc psmatch</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889075#M44060</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;I need to match my dataset based on Marketcap , I used this code and I constantly get the error of "the support frgion does not exist.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;psmatch&lt;/STRONG&gt;&lt;/SPAN&gt; data=propensity_scores region=cs;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;class&lt;/SPAN&gt; Nonover;&lt;/P&gt;&lt;P class=""&gt;psmodel Nonover(treated=&lt;SPAN class=""&gt;'Yes'&lt;/SPAN&gt;)= overlap Marketcap;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;match&lt;/SPAN&gt; method=optimal(k=&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;) stat=lps caliper=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.25&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;output&lt;/SPAN&gt; out(obs=match)=outEx1 matchid=_matchID;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;here is the code I used .&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;is there anyone can help me please&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 02:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889075#M44060</guid>
      <dc:creator>fkamkar</dc:creator>
      <dc:date>2023-08-13T02:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: proc psmatch</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889316#M44076</link>
      <description>You might try REGION=ALLOBS and see if you get the same error message.&lt;BR /&gt;For details see post: &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Support-region-error-message-propensity-score-matching-using/td-p/643425" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Support-region-error-message-propensity-score-matching-using/td-p/643425&lt;/A&gt;</description>
      <pubDate>Tue, 15 Aug 2023 10:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889316#M44076</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-08-15T10:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc psmatch</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889388#M44077</link>
      <description>&lt;P&gt;As noted in the thread &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/3492"&gt;@JosvanderVelden&lt;/a&gt; linked to, it is likely the case that there is no overlap between the predicted propensity score values. I believe PROC PSMATCH doesn't produces any output when this error is encountered, but you can check this by fitting the same propensity score model in PROC LOGISTIC and see investigate using the predictions it produces. I suspect PROC LOGISTIC will report some issues regarding complete/quasi-complete separation for these data.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 16:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889388#M44077</guid>
      <dc:creator>MichaelL_SAS</dc:creator>
      <dc:date>2023-08-15T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc psmatch</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889393#M44079</link>
      <description>&lt;P&gt;Thank you very much for replying, is it possible if you can give me the whole code for Proc Logistic?&amp;nbsp; I tried it but still get errors&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 16:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-psmatch/m-p/889393#M44079</guid>
      <dc:creator>fkamkar</dc:creator>
      <dc:date>2023-08-15T16:53:51Z</dc:date>
    </item>
  </channel>
</rss>

