<?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: Mean difference test for multiple imputed dataset in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715756#M34612</link>
    <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 12:09:45 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-02-01T12:09:45Z</dc:date>
    <item>
      <title>Mean difference test for multiple imputed dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715658#M34609</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;I'm trying to calculate the mean difference of a variable among two independent groups. I know that the variable is NOT normally distributed so I use the Wilxocon test below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc npar1way data = sample_data wilcoxon;&lt;BR /&gt;class gender;&lt;BR /&gt;var test_score;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data "sample_data" is generated by multiple imputation with almost 40 imputations. The original data has about 10,000 records which brings the imputed data to 400,000 records (40x10,000). Since the sample size is artificially very big due to imputations the mean difference looks extremely statistically significant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering how can I take into account that the data is constructed by 40 imputed data so that the significance of the mean difference can be calculated appropriately? Is there an option in the "proc npar1way" or do I need to use the estimators produced by PROC MIANALYZE in the next steps to calculate the mean difference of the two samples?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 19:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715658#M34609</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-01-31T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mean difference test for multiple imputed dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715756#M34612</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715756#M34612</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-01T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mean difference test for multiple imputed dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715759#M34613</link>
      <description>&lt;P&gt;You have to include&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token keyword"&gt;BY&lt;/SPAN&gt;&lt;SPAN&gt; _Imputation_&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;in your analysis. That will give you 40 estimates. You can then combine those estimates into a single estimate by using PROC MIANALYZE&amp;nbsp; or some other adjustment method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715759#M34613</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-02-01T12:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mean difference test for multiple imputed dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715760#M34614</link>
      <description>&lt;P&gt;If you want to combine the results from the Wilcoxon test then you will need to include BY _IMPUTATION_ in your NPAR1WAY code as was already mentioned.&amp;nbsp; But you will also not be able to use MIANALYZE to combine the nonparametric test but instead will need to combine the actual Chi-Square test statistics that are generated by the Wilcoxon test.&amp;nbsp; Dr. Paul Allison has a MACRO on his website called %COMBCHI that does this correctly.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.upenn.edu/~allison/combchi.sas" target="_blank"&gt;https://www.sas.upenn.edu/~allison/combchi.sas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mean-difference-test-for-multiple-imputed-dataset/m-p/715760#M34614</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2021-02-01T12:27:47Z</dc:date>
    </item>
  </channel>
</rss>

