<?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: Re-using Variables in the Outcome Analysis after PSMATCH in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Re-using-Variables-in-the-Outcome-Analysis-after-PSMATCH/m-p/486759#M25239</link>
    <description>&lt;P&gt;I think the match variables can be used since they have different purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you match on gender with PSMATCH it's to ensure there's no different distributions of gender that could affect the outcome. Simpsons Paradox often occurs when you have mismatched sizes of groups, ie one group is larger than others.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you use it in the analysis, it's to determine if the different genders has an effect on the outcome between the different treatments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18434"&gt;@Chris9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Should variables used in PROC PSMATCH (or PROC LOGISTIC prior to PSMATCH) be re-used in the outcome analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if we match on gender, should we use gender in the outcome analysis? Here are the imagined steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Calculate the propensity score with gender as a variable (e.g.,&amp;nbsp;treated = gender) in PROC LOGISTIC or PSMATCH&lt;/P&gt;
&lt;P&gt;2. Match on gender with PSMATCH&lt;/P&gt;
&lt;P&gt;3. Run the outcome analysis with PROC UNIVARIATE using gender in the model&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why should gender be in the final analysis? Just to check that it's balanced and has no effect? Couldn't it be just left out if the standardized differences are low (e.g., less than 0.10)?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 17:31:09 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-14T17:31:09Z</dc:date>
    <item>
      <title>Re-using Variables in the Outcome Analysis after PSMATCH</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-using-Variables-in-the-Outcome-Analysis-after-PSMATCH/m-p/486746#M25237</link>
      <description>&lt;P&gt;Should variables used in PROC PSMATCH (or PROC LOGISTIC prior to PSMATCH) be re-used in the outcome analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if we match on gender, should we use gender in the outcome analysis? Here are the imagined steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Calculate the propensity score with gender as a variable (e.g.,&amp;nbsp;treated = gender) in PROC LOGISTIC or PSMATCH&lt;/P&gt;
&lt;P&gt;2. Match on gender with PSMATCH&lt;/P&gt;
&lt;P&gt;3. Run the outcome analysis with PROC UNIVARIATE using gender in the model&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why should gender be in the final analysis? Just to check that it's balanced and has no effect? Couldn't it be just left out if the standardized differences are low (e.g., less than 0.10)?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-using-Variables-in-the-Outcome-Analysis-after-PSMATCH/m-p/486746#M25237</guid>
      <dc:creator>Chris9</dc:creator>
      <dc:date>2018-08-14T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re-using Variables in the Outcome Analysis after PSMATCH</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Re-using-Variables-in-the-Outcome-Analysis-after-PSMATCH/m-p/486759#M25239</link>
      <description>&lt;P&gt;I think the match variables can be used since they have different purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you match on gender with PSMATCH it's to ensure there's no different distributions of gender that could affect the outcome. Simpsons Paradox often occurs when you have mismatched sizes of groups, ie one group is larger than others.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you use it in the analysis, it's to determine if the different genders has an effect on the outcome between the different treatments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18434"&gt;@Chris9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Should variables used in PROC PSMATCH (or PROC LOGISTIC prior to PSMATCH) be re-used in the outcome analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if we match on gender, should we use gender in the outcome analysis? Here are the imagined steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Calculate the propensity score with gender as a variable (e.g.,&amp;nbsp;treated = gender) in PROC LOGISTIC or PSMATCH&lt;/P&gt;
&lt;P&gt;2. Match on gender with PSMATCH&lt;/P&gt;
&lt;P&gt;3. Run the outcome analysis with PROC UNIVARIATE using gender in the model&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_psmatch_examples05.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why should gender be in the final analysis? Just to check that it's balanced and has no effect? Couldn't it be just left out if the standardized differences are low (e.g., less than 0.10)?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 17:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Re-using-Variables-in-the-Outcome-Analysis-after-PSMATCH/m-p/486759#M25239</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-14T17:31:09Z</dc:date>
    </item>
  </channel>
</rss>

