<?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 fcs discrim in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/463778#M24155</link>
    <description>&lt;P&gt;Is there anybody who can help to solve this issue? Why the code can be run but no final imputed data set is available?&amp;nbsp; Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 13:37:49 GMT</pubDate>
    <dc:creator>Yang2018</dc:creator>
    <dc:date>2018-05-21T13:37:49Z</dc:date>
    <item>
      <title>proc MI fcs discrim</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/461581#M24154</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question related to the topic of multiple imputation. I am hoping that you can help me out.&lt;/P&gt;&lt;P&gt;I am trying to impute missing values in a dataset that has mostly categorical variables (binary, ordinal or nominal) and one continuous variable (age). I am using the discriminant FCS method for&amp;nbsp;missing categorical variables (total &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and regpmm for one missing&amp;nbsp; age (1). The other variables have no missing value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing this in SAS 9.4 (SAS/Stat 14.1) and only set imputation number as 1, I tried to get the imputed data set quickly. This below code can be run without error information, however, it can't give me the final imputed data set, even after&amp;nbsp;1 day run. Did I include too many missing variables (total 9)&amp;nbsp;in this model? Why it runs but no output after long time waiting, even I just set &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nimpute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;?&amp;nbsp;What further model modification I can do to get final imputed data set? Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the example code I used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;mi&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=OUTPT.analysis &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MU0&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;35&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;minimum&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;maximum&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;108&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;round&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nimpute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=OUTPT.imputed;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; SEX_C RACETH_C D_C P_C I_C BD_C DI_C LO_C TY_C IN_C FM_C PS_C ST_C SP_C SC_C PR_C HO_C;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;regpmm&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(AGEYR_N/details); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(RACETH_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SEX_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(P_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(I_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(BD_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(DI_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(LO_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fcs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discrim&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(TY_C/details classeffects=include);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; AGEYR_N SEX_C RACETH_C D_C P_C I_C BD_C DI_C LO_C TY_C IN_C FM_C PS_C ST_C SP_C SC_C PR_C HO_C TRE_N;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 May 2018 15:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/461581#M24154</guid>
      <dc:creator>Yang2018</dc:creator>
      <dc:date>2018-05-11T15:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc MI fcs discrim</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/463778#M24155</link>
      <description>&lt;P&gt;Is there anybody who can help to solve this issue? Why the code can be run but no final imputed data set is available?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 13:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/463778#M24155</guid>
      <dc:creator>Yang2018</dc:creator>
      <dc:date>2018-05-21T13:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc MI fcs discrim</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/464053#M24158</link>
      <description>&lt;P&gt;Are there any messages in the LOG?&amp;nbsp; How large is the input data set?&amp;nbsp; How many levels are there to the categorical variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would probably start by reducing the size of the models, especially if there are lot of levels to the categorical variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of using all the categorical variables for the DISCRIM models, what happens when you use only a few predictors in each model.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 14:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-MI-fcs-discrim/m-p/464053#M24158</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-05-22T14:01:34Z</dc:date>
    </item>
  </channel>
</rss>

