<?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 Propensity score matching in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Propensity-score-matching/m-p/889499#M351451</link>
    <description>&lt;P&gt;Using SAS 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set with 299 obs. I want to propensity match the data set between 2 groups. Group 1 has 98 obs and group 2 has 201 obs. I would like to propensity match based on procedure_type (exact), age, sex, BMI, size. What would be the best way to get propensity match and get data set output? Below is my attempt but I am not sure this is correct. Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=lw.analysis;&lt;BR /&gt;class procedure_type; &lt;BR /&gt;model group = procedure_type age bmi size / link=glogit rsquare;&lt;BR /&gt;output out = ps_los pred = ps xbeta=logit_ps;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 13:28:52 GMT</pubDate>
    <dc:creator>GS2</dc:creator>
    <dc:date>2023-08-16T13:28:52Z</dc:date>
    <item>
      <title>Propensity score matching</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propensity-score-matching/m-p/889499#M351451</link>
      <description>&lt;P&gt;Using SAS 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set with 299 obs. I want to propensity match the data set between 2 groups. Group 1 has 98 obs and group 2 has 201 obs. I would like to propensity match based on procedure_type (exact), age, sex, BMI, size. What would be the best way to get propensity match and get data set output? Below is my attempt but I am not sure this is correct. Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=lw.analysis;&lt;BR /&gt;class procedure_type; &lt;BR /&gt;model group = procedure_type age bmi size / link=glogit rsquare;&lt;BR /&gt;output out = ps_los pred = ps xbeta=logit_ps;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 13:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propensity-score-matching/m-p/889499#M351451</guid>
      <dc:creator>GS2</dc:creator>
      <dc:date>2023-08-16T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Propensity score matching</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propensity-score-matching/m-p/889510#M351461</link>
      <description>&lt;P&gt;I suggest looking at the examples for Proc PSMATCH and the documentation as a good starting place. &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_psmatch_syntax.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_psmatch_syntax.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example in the Getting Started tab shows code to create a data set that uses Age, Gender and BMI to create matches for a Drug (the role of your procedure_type I think).&lt;/P&gt;
&lt;P&gt;Steps would be to create a score, similar that in the example that incorporates "size" as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 14:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propensity-score-matching/m-p/889510#M351461</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-08-16T14:47:34Z</dc:date>
    </item>
  </channel>
</rss>

