<?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 Paired t-test and proc mianalyze using Rubin's method in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493012#M25574</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;After using this syntax on imputed data (10 imputations), I can not retrieve parameterEstimates for the 10 imputations and then use Rubin's method for the global analysis. &lt;SPAN&gt;Is it possible?&lt;/SPAN&gt; If yes, how to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data=ttest_cd;
paired cd1*cd2;
by _imputation_;
ods output parameterEstimates=diff ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 13:39:33 GMT</pubDate>
    <dc:creator>Liamb</dc:creator>
    <dc:date>2018-09-06T13:39:33Z</dc:date>
    <item>
      <title>Paired t-test and proc mianalyze using Rubin's method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493012#M25574</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;After using this syntax on imputed data (10 imputations), I can not retrieve parameterEstimates for the 10 imputations and then use Rubin's method for the global analysis. &lt;SPAN&gt;Is it possible?&lt;/SPAN&gt; If yes, how to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data=ttest_cd;
paired cd1*cd2;
by _imputation_;
ods output parameterEstimates=diff ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:39:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493012#M25574</guid>
      <dc:creator>Liamb</dc:creator>
      <dc:date>2018-09-06T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Paired t-test and proc mianalyze using Rubin's method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493013#M25575</link>
      <description>&lt;P&gt;You would need the Statistics ODS table from TTEST to do this.&amp;nbsp; Below is a full example you should be able to follow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*Create a Sample dataset*/&lt;/P&gt;
&lt;P&gt;data a;&lt;BR /&gt;do rep=1 to 40;&lt;BR /&gt;if ranuni(3211)&amp;gt;.6 then y1=.;&lt;BR /&gt;else y1=1.6+rannor(3211);&lt;BR /&gt;if ranuni(3211)&amp;gt;.8 then y2=.;&lt;BR /&gt;else y2=2.3+rannor(3211);&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc mi data=a seed=10 out=outmi;&lt;BR /&gt;var y1 y2;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc ttest data=outmi;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;paired y1*y2;&lt;BR /&gt;ods output statistics=t_stats;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc mianalyze data=t_stats;&lt;BR /&gt;modeleffects mean;&lt;BR /&gt;stderr stderr;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493013#M25575</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-09-06T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Paired t-test and proc mianalyze using Rubin's method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493018#M25576</link>
      <description>&lt;P&gt;Thanks a lot Rob&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Paired-t-test-and-proc-mianalyze-using-Rubin-s-method/m-p/493018#M25576</guid>
      <dc:creator>Liamb</dc:creator>
      <dc:date>2018-09-06T13:56:31Z</dc:date>
    </item>
  </channel>
</rss>

