<?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 technical question in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-technical-question/m-p/933960#M46575</link>
    <description>&lt;P&gt;This is to be expected.&amp;nbsp; Because the imputed values are a result of random draws from their respective distributions, changing the ordering of the variables will change where in the stream each distribution is being drawn from.&amp;nbsp; What should not change however is the posterior distribution from which those random numbers are drawn.&amp;nbsp; Think of it as similar to changing the seed.&amp;nbsp; You will get the same posterior distribution, but the draws from those distributions will differ.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 19:33:20 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2024-06-27T19:33:20Z</dc:date>
    <item>
      <title>Proc mi technical question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-technical-question/m-p/933953#M46574</link>
      <description>&lt;P&gt;When I tried to run proc mi for the following imputation, I noticed that the order of variables in regression model and in the var statement affects the imputed values. I want to understand what&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;mi&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;data=WIDEDAT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;seed=&lt;STRONG&gt;93538001&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nimpute=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;out=OUTMI&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;noprint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;minimum=&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;maximum=&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;minmaxiter=&lt;STRONG&gt;600&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;TRT01PN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;class&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;CSIRSTR ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(BASE = CSIRSTR);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W2 = CSIRSTR BASE);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/** Imputing missing mDSD values at W2**/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W4 = CSIRSTR BASE W2);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/**Imputing missing mDSD values at W4 **/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W8 = CSIRSTR BASE W2 W4);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/**Imputing missing mDSD values at W8 **/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W12 = CSIRSTR BASE W2 W4 W8);&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/** Imputing missing mDSD values at W12 **/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W16 = CSIRSTR BASE W2 W4 W8 W12);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/** Imputing missing mDSD values at W16 **/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W20 = CSIRSTR BASE W2 W4 W8 W12 W16);&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/** Imputing missing mDSD values at W20 **/&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;fcs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;nbiter=&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reg(W24 = CSIRSTR BASE W2 W4 W8 W12 W16 W20);&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/** Imputing missing mDSD values at W24 **/&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;var&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;CSIRSTR BASE W2 W4 W8 W12 W16 W20 W24;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 19:10:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-technical-question/m-p/933953#M46574</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2024-06-27T19:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mi technical question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-technical-question/m-p/933960#M46575</link>
      <description>&lt;P&gt;This is to be expected.&amp;nbsp; Because the imputed values are a result of random draws from their respective distributions, changing the ordering of the variables will change where in the stream each distribution is being drawn from.&amp;nbsp; What should not change however is the posterior distribution from which those random numbers are drawn.&amp;nbsp; Think of it as similar to changing the seed.&amp;nbsp; You will get the same posterior distribution, but the draws from those distributions will differ.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 19:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-technical-question/m-p/933960#M46575</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2024-06-27T19:33:20Z</dc:date>
    </item>
  </channel>
</rss>

