<?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: Proc mianalyze in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze/m-p/679143#M32659</link>
    <description>&lt;P&gt;Picking up from the Proc TTEST step, the code below should combine the means and differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc&amp;nbsp;ttest data =mi_b;&lt;/P&gt;
&lt;P&gt;var v6wdiff;&lt;/P&gt;
&lt;P&gt;class group;&lt;/P&gt;
&lt;P&gt;by _imputation_;&lt;/P&gt;
&lt;P&gt;ods output statistics=ttest_ds;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc sort data=ttest_ds;&lt;BR /&gt;by class _imputation_;&lt;BR /&gt;run;&lt;BR /&gt;proc mianalyze data=ttest_ds;&lt;BR /&gt;by class;&lt;BR /&gt;modeleffects mean;&lt;BR /&gt;stderr stderr;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 12:53:43 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2020-08-25T12:53:43Z</dc:date>
    <item>
      <title>Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze/m-p/677527#M32658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to compare two independent group means using a t-test. The variable I am trying to compare between the two groups is difference in weight change six months after an intervention between two groups who underwent different interventions.&amp;nbsp;Each individual has a&amp;nbsp;baseline weight measurement but&amp;nbsp;some&amp;nbsp;individuals are missing the weight variable for the sixth month follow up period, so I performed&amp;nbsp; multiple imputation for the missing values. How do I use proc mianalyze to pool the&amp;nbsp;results of the multiple &amp;nbsp;t-tests&amp;nbsp;from the imputed data sets?&lt;/P&gt;
&lt;P&gt;Here is what I have so far.&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;/* imputation phase*/&lt;/P&gt;
&lt;P&gt;proc mi data =b; nimpute=10 out = mi_b;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;/*Analysis phase*/&lt;/P&gt;
&lt;P&gt;proc&amp;nbsp;ttest data =mi_b;&lt;/P&gt;
&lt;P&gt;var v6wdiff;&lt;/P&gt;
&lt;P&gt;class group;&lt;/P&gt;
&lt;P&gt;by _imputation_;&lt;/P&gt;
&lt;P&gt;ods output parameterestimates =a_b;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;/* pooling phase*/&lt;/P&gt;
&lt;P&gt;Proc mianalyze data =a_b;&amp;nbsp; (This is where I need help with.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&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, 18 Aug 2020 15:42:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze/m-p/677527#M32658</guid>
      <dc:creator>Jep</dc:creator>
      <dc:date>2020-08-18T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mianalyze</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze/m-p/679143#M32659</link>
      <description>&lt;P&gt;Picking up from the Proc TTEST step, the code below should combine the means and differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc&amp;nbsp;ttest data =mi_b;&lt;/P&gt;
&lt;P&gt;var v6wdiff;&lt;/P&gt;
&lt;P&gt;class group;&lt;/P&gt;
&lt;P&gt;by _imputation_;&lt;/P&gt;
&lt;P&gt;ods output statistics=ttest_ds;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc sort data=ttest_ds;&lt;BR /&gt;by class _imputation_;&lt;BR /&gt;run;&lt;BR /&gt;proc mianalyze data=ttest_ds;&lt;BR /&gt;by class;&lt;BR /&gt;modeleffects mean;&lt;BR /&gt;stderr stderr;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze/m-p/679143#M32659</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2020-08-25T12:53:43Z</dc:date>
    </item>
  </channel>
</rss>

