<?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: What is default weight if WEIGHT= option not used in proc psmatch? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/What-is-default-weight-if-WEIGHT-option-not-used-in-proc-psmatch/m-p/845726#M82311</link>
    <description>&lt;P&gt;Ah hold on - if I add an ASSESS / WEIGHT=ATTWGT; statement to my proc psmatch code I see the following message after running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;WARNING: WEIGHT=ATEWGT and WEIGHT=ATTWGT are not allowed if a MATCH statement is specified. WEIGHT=MATCHWGT is used.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Ok so looks like weights can't be used for 1:1 nearest neighbor matching?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I still estimating ATT when I run a proc ttest on the matched output data even if WEIGHT=ATT wasn't used?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 17:49:45 GMT</pubDate>
    <dc:creator>RobertWF2</dc:creator>
    <dc:date>2022-11-22T17:49:45Z</dc:date>
    <item>
      <title>What is default weight if WEIGHT= option not used in proc psmatch?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-is-default-weight-if-WEIGHT-option-not-used-in-proc-psmatch/m-p/845723#M82310</link>
      <description>&lt;P&gt;I've been running proc psmatch for an analysis, using 1:1 nearest neighbor matching on propensity scores calculated from proc logistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not include the WEIGHT=ATT option in the ASSESS statement to my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the matching results still valid? Which weighting scheme is proc psmatch using as a default? I do see in the output dataset of matched records _MATCHWGT_=1 for every record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc psmatch data=logistic_output;
  	class class age gender;
  	psdata ps=ps  treatvar=class(treated='Treatment');
	match method=greedy(k=1) exact=(age gender) caliper=0.25;
   	output out(obs=match)=psm_results;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Nov 2022 17:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-is-default-weight-if-WEIGHT-option-not-used-in-proc-psmatch/m-p/845723#M82310</guid>
      <dc:creator>RobertWF2</dc:creator>
      <dc:date>2022-11-22T17:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is default weight if WEIGHT= option not used in proc psmatch?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-is-default-weight-if-WEIGHT-option-not-used-in-proc-psmatch/m-p/845726#M82311</link>
      <description>&lt;P&gt;Ah hold on - if I add an ASSESS / WEIGHT=ATTWGT; statement to my proc psmatch code I see the following message after running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;WARNING: WEIGHT=ATEWGT and WEIGHT=ATTWGT are not allowed if a MATCH statement is specified. WEIGHT=MATCHWGT is used.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Ok so looks like weights can't be used for 1:1 nearest neighbor matching?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I still estimating ATT when I run a proc ttest on the matched output data even if WEIGHT=ATT wasn't used?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 17:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-is-default-weight-if-WEIGHT-option-not-used-in-proc-psmatch/m-p/845726#M82311</guid>
      <dc:creator>RobertWF2</dc:creator>
      <dc:date>2022-11-22T17:49:45Z</dc:date>
    </item>
  </channel>
</rss>

