<?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 MI in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI/m-p/959973#M48087</link>
    <description>&lt;P&gt;The long format is not usually compatible with performing&amp;nbsp; multiple imputation, thus data restructuring from long to wide or the reverse is often needed for multiple imputation.&amp;nbsp; There is a good discussion in&amp;nbsp;Raghunathan's Missing Data in Practice text (2016) pages 121-126 and in the 2018 paper linked below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings18/1738-2018.pdf" target="_self"&gt;Using SAS for Multiple Imputation and Analysis of Longitudinal Data&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 22:30:06 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2025-02-21T22:30:06Z</dc:date>
    <item>
      <title>Proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI/m-p/959900#M48079</link>
      <description>&lt;P&gt;&amp;nbsp;anyone used proc MI for longitudinal data in long format before?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data da;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;input id$ visitn trt val;&lt;/P&gt;
&lt;P&gt;data lines;&lt;/P&gt;
&lt;P&gt;001 1 A 32&lt;/P&gt;
&lt;P&gt;001 2 A 29&lt;/P&gt;
&lt;P&gt;001 3 A 25&lt;/P&gt;
&lt;P&gt;001 4 A 30&lt;/P&gt;
&lt;P&gt;001 5 A 22&lt;/P&gt;
&lt;P&gt;002 1 A .&lt;/P&gt;
&lt;P&gt;002 2 A 20&lt;/P&gt;
&lt;P&gt;002 3 A .&lt;/P&gt;
&lt;P&gt;002 4 A 18&lt;/P&gt;
&lt;P&gt;002 5 A 28&lt;/P&gt;
&lt;P&gt;003 1 A&amp;nbsp; 15&lt;/P&gt;
&lt;P&gt;003 2 A 10&lt;/P&gt;
&lt;P&gt;003 3 A .&lt;/P&gt;
&lt;P&gt;003 4 A 18&lt;/P&gt;
&lt;P&gt;003 5 A 18&lt;/P&gt;
&lt;P&gt;004 1 B 15&lt;/P&gt;
&lt;P&gt;004 2 B 17&lt;/P&gt;
&lt;P&gt;004 3 B 20&lt;/P&gt;
&lt;P&gt;004 4 B 18&lt;/P&gt;
&lt;P&gt;004 5 B .&lt;/P&gt;
&lt;P&gt;005 1 B 16&lt;/P&gt;
&lt;P&gt;005 2 B 14&lt;/P&gt;
&lt;P&gt;005 3 B 20&lt;/P&gt;
&lt;P&gt;005 4 B .&lt;/P&gt;
&lt;P&gt;005 5 B .&lt;/P&gt;
&lt;P&gt;006 1 B&amp;nbsp; 19&lt;/P&gt;
&lt;P&gt;006 2 B 17&lt;/P&gt;
&lt;P&gt;006 3 B 20&lt;/P&gt;
&lt;P&gt;006 4 B .&lt;/P&gt;
&lt;P&gt;006 5 B 18&lt;/P&gt;
&lt;P&gt;;&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;proc mi data=da nimpute=50 out=da1;&lt;/P&gt;
&lt;P&gt;mcmc chain=multiple;&lt;/P&gt;
&lt;P&gt;var visitn val;&lt;/P&gt;
&lt;P&gt;by id;&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;</description>
      <pubDate>Fri, 21 Feb 2025 06:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI/m-p/959900#M48079</guid>
      <dc:creator>jojo</dc:creator>
      <dc:date>2025-02-21T06:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI/m-p/959973#M48087</link>
      <description>&lt;P&gt;The long format is not usually compatible with performing&amp;nbsp; multiple imputation, thus data restructuring from long to wide or the reverse is often needed for multiple imputation.&amp;nbsp; There is a good discussion in&amp;nbsp;Raghunathan's Missing Data in Practice text (2016) pages 121-126 and in the 2018 paper linked below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings18/1738-2018.pdf" target="_self"&gt;Using SAS for Multiple Imputation and Analysis of Longitudinal Data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 22:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI/m-p/959973#M48087</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2025-02-21T22:30:06Z</dc:date>
    </item>
  </channel>
</rss>

