<?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 Why is my propensity score match equal to 1? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-my-propensity-score-match-equal-to-1/m-p/794721#M38994</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran a psmatch procedure to match companies by size and roa in the same industry class (Fama-French 28) and it returned some matches with a propensity score of exactly 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know why this has happened, can you help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;My code below:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc psmatch data=m9 region=treated;&lt;BR /&gt;class treat ff48;&lt;BR /&gt;psmodel treat (treated="1")= size ff48;&lt;BR /&gt;match distance=lps method=Greedy(k=1) exact=ff48 caliper=0.5;&lt;BR /&gt;assess lps var=(size roa)/ weight=none plots=(boxplot barchart);&lt;BR /&gt;output out(obs=match)=OutEx4_&amp;amp;y matchid=_MatchID;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Propensity Scores" uid="747552" url="https://communities.sas.com/t5/Statistical-Procedures/Propensity-Scores/m-p/747552#U747552" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;LI-MESSAGE title="propensity score matching code" uid="616983" url="https://communities.sas.com/t5/New-SAS-User/propensity-score-matching-code/m-p/616983#U616983" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 04:17:30 GMT</pubDate>
    <dc:creator>candicetait</dc:creator>
    <dc:date>2022-02-07T04:17:30Z</dc:date>
    <item>
      <title>Why is my propensity score match equal to 1?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-my-propensity-score-match-equal-to-1/m-p/794721#M38994</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran a psmatch procedure to match companies by size and roa in the same industry class (Fama-French 28) and it returned some matches with a propensity score of exactly 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know why this has happened, can you help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;My code below:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc psmatch data=m9 region=treated;&lt;BR /&gt;class treat ff48;&lt;BR /&gt;psmodel treat (treated="1")= size ff48;&lt;BR /&gt;match distance=lps method=Greedy(k=1) exact=ff48 caliper=0.5;&lt;BR /&gt;assess lps var=(size roa)/ weight=none plots=(boxplot barchart);&lt;BR /&gt;output out(obs=match)=OutEx4_&amp;amp;y matchid=_MatchID;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Propensity Scores" uid="747552" url="https://communities.sas.com/t5/Statistical-Procedures/Propensity-Scores/m-p/747552#U747552" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;LI-MESSAGE title="propensity score matching code" uid="616983" url="https://communities.sas.com/t5/New-SAS-User/propensity-score-matching-code/m-p/616983#U616983" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 04:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-is-my-propensity-score-match-equal-to-1/m-p/794721#M38994</guid>
      <dc:creator>candicetait</dc:creator>
      <dc:date>2022-02-07T04:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my propensity score match equal to 1?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-my-propensity-score-match-equal-to-1/m-p/795269#M39016</link>
      <description>&lt;P&gt;Propensity score of 1 means that the probability of the target treatment is 100%&amp;nbsp;for a company based on your model and the values of the covariates.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-is-my-propensity-score-match-equal-to-1/m-p/795269#M39016</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2022-02-09T18:25:56Z</dc:date>
    </item>
  </channel>
</rss>

