BookmarkSubscribeRSS Feed
owis
Calcite | Level 5

Hi Everyone,

i am new in this forum and i hope finding my answer here.

i am working on missing data treatment; i used "proc mi" to do imputation of missing data.

i used this code:

proc mi data = time1 nimpute = 5 seed = 4321567 out=itime1;

run;

But  i got these warning messages:

(WARNING: All observed values are identical for variable surveyId. This variable will be excluded from

         the analysis.

WARNING: A covariance matrix computed in the EM process is singular. The linearly dependent variables

         for the observed data are excluded from the likelihood function. This may result in an

         unexpected change in the likelihood between iterations prior to the final convergence.

WARNING: The EM algorithm (MLE) fails to converge after 200 iterations. You can increase the number

         of iterations (MAXITER= option) or increase the value of the convergence criterion

         (CONVERGE= option).

WARNING: The EM algorithm (posterior mode) fails to converge after 200 iterations. You can increase

         the number of iterations (MAXITER= option) or increase the value of the convergence

         criterion (CONVERGE= option).

WARNING: The EM algorithm (posterior mode) fails to converge after 200 iterations. You can increase

         the number of iterations (MAXITER= option) or increase the value of the convergence

         criterion (CONVERGE= option).

WARNING: The posterior covariance matrix is singular. Imputed values for some variables may be fixed.)

I dont know where is the problem. so could anyone help me in that.

Thanks

Owis

1 REPLY 1
art297
Opal | Level 21

If you can post your time1 dataset it would help others to see why you got all of the warnings.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2139 views
  • 0 likes
  • 2 in conversation