<?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 Missing Data 1 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48029#M2116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think so, but would rather hear from someone who understands the method as I REALLY don't know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Aug 2011 22:41:17 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-08-13T22:41:17Z</dc:date>
    <item>
      <title>Missing Data 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48026#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I posted this post before but i added the data set here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;i am working on missing data treatment; i used "proc mi" to do imputation of missing data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;i used this code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #000000;"&gt;proc mi data = time1 nimpute = 5 seed = 4321567 out=itime1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;But&amp;nbsp; i got these warning messages:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;STRONG style="font-size: 16px;"&gt;WARNING: All observed values are identical for variable surveyId. This variable will be excluded from&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the analysis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;WARNING: A covariance matrix computed in the EM process is singular. The linearly dependent variables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the observed data are excluded from the likelihood function. This may result in an&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unexpected change in the likelihood between iterations prior to the final convergence.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;WARNING: The EM algorithm (MLE) fails to converge after 200 iterations. You can increase the number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of iterations (MAXITER= option) or increase the value of the convergence criterion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONVERGE= option).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;WARNING: The EM algorithm (posterior mode) fails to converge after 200 iterations. You can increase&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the number of iterations (MAXITER= option) or increase the value of the convergence&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; criterion (CONVERGE= option).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;WARNING: The EM algorithm (posterior mode) fails to converge after 200 iterations. You can increase&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the number of iterations (MAXITER= option) or increase the value of the convergence&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; criterion (CONVERGE= option).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-size: 16px;"&gt;WARNING: The posterior covariance matrix is singular. Imputed values for some variables may be fixed.&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I dont know where is the problem. so could anyone help me in that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Owis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 16:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48026#M2113</guid>
      <dc:creator>owis</dc:creator>
      <dc:date>2011-08-13T16:25:05Z</dc:date>
    </item>
    <item>
      <title>Missing Data 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48027#M2114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will leave your question to someone who knows more about the method than I do.&amp;nbsp; Some of the warnings were obvious, as you have some variables that are missing for everyone, some variables have the same value for everyone, and some groups of variables have all missing values on virtually every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, I was able to run the proc successfully, separately, for the following groups of variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AQLQ1-AQLQ32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _1SEC0--_1SEC6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACT1-ACT5 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SF361--sf36order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AQLQorder--_0secorder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SF361S--SF363jS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GENDER--AQLQ_SA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but got the same warnings, as you did, if I tried to combine those groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to seeing feedback from someone who is an expect on the topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 19:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48027#M2114</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-13T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Missing Data 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48028#M2115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your intersting.&lt;/P&gt;&lt;P&gt;so after that can i combine them again?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 22:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48028#M2115</guid>
      <dc:creator>owis</dc:creator>
      <dc:date>2011-08-13T22:30:10Z</dc:date>
    </item>
    <item>
      <title>Missing Data 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48029#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think so, but would rather hear from someone who understands the method as I REALLY don't know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 22:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-Data-1/m-p/48029#M2116</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-13T22:41:17Z</dc:date>
    </item>
  </channel>
</rss>

