<?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: Rubin pooling procedure in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918664#M45597</link>
    <description>I need to report only 1 pvalue of F statistics. Given I have 50 p value and&lt;BR /&gt;F statistics for 50 imputed dataset. What SAS procedure I need to obtain&lt;BR /&gt;the 1 pooled p value. Thanks,&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Mar 2024 23:00:49 GMT</pubDate>
    <dc:creator>ndang3188</dc:creator>
    <dc:date>2024-03-01T23:00:49Z</dc:date>
    <item>
      <title>Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918660#M45595</link>
      <description>&lt;P&gt;I am trying to obtain pooled p value from ANOVA statistics of 50 imputed datasets created by proc mi. Would appreciate if anyone know the code.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 22:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918660#M45595</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2024-03-01T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918662#M45596</link>
      <description>&lt;P&gt;The code for what?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You have done PROC MI with&amp;nbsp;nimpute=50 (for 50 imputed datasets), correct?&lt;/LI&gt;
&lt;LI&gt;Then you need to do the analysis you are interested in (like&amp;nbsp;proc reg data=; &lt;STRONG&gt;by _Imputation_ ;&lt;/STRONG&gt;).&lt;/LI&gt;
&lt;LI&gt;Then with PROC MIANALYZE you can combine the 5&lt;SPAN&gt;0 sets of (in this case regression) coefficients.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Enter this in the Google search bar and you will find (blogs with) example code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MI MIANALYZE site:blogs.sas.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 22:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918662#M45596</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-03-01T22:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918664#M45597</link>
      <description>I need to report only 1 pvalue of F statistics. Given I have 50 p value and&lt;BR /&gt;F statistics for 50 imputed dataset. What SAS procedure I need to obtain&lt;BR /&gt;the 1 pooled p value. Thanks,&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2024 23:00:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918664#M45597</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2024-03-01T23:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918667#M45598</link>
      <description>&lt;P&gt;There isn't a way to combine F-statistics directly in SAS, although the process of doing so would be rather easy to program yourself basd on the rules in the paper below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sciencedirect.com/science/article/abs/pii/S2452306221001076" target="_blank"&gt;https://www.sciencedirect.com/science/article/abs/pii/S2452306221001076&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 23:09:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918667#M45598</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2024-03-01T23:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918692#M45600</link>
      <description>&lt;P&gt;Thank you for the link. From my understanding&amp;nbsp; is that for Levene test, we can use Fisher Z transformation for F statitsics to eventually obtain the pooled p value. My follow-up question is that given&amp;nbsp; calculation of pooled v (denominator degree of freedom) is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ν1= (m − 1)(1 + g −1 ) 2,&lt;/P&gt;&lt;P&gt;ν2= 0.5(p + 1)v1&amp;nbsp; (this is the final v)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and g = (1 + m−1 ) trace(B U¯ −1 )/p&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume B is a matrix but I can't find anywhere in the paper the mention this matrix. Do you happen to know how to obtain the B matrix?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 17:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918692#M45600</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2024-03-02T17:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rubin pooling procedure in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918693#M45601</link>
      <description>&lt;P&gt;I found another paper explains with B is. It is the covariance matrix of the estimates Qˆ m. Thank you so much for your guidance.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 18:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rubin-pooling-procedure-in-SAS/m-p/918693#M45601</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2024-03-02T18:22:58Z</dc:date>
    </item>
  </channel>
</rss>

