> imp<-mice(mydataframe, seed=1) When trying the above command, I got the error term:
iter imp variable 1 1 medu Error in solve.default(xtx + diag(pen)) : system is computationally singular: reciprocal condition number = 1.16487e-025/ What does that mean? How can I address this issue? My dataframe has 257 observations for 99 variables. Could this be the origin of the problem? Could anyone helps me out? Thank you! Fei -- View this message in context: http://r.789695.n4.nabble.com/computationally-singular-error-with-mice-tp4109583p4109583.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.