Page 1 of 1

Iteration failure

Posted: Mon Jan 13, 2014 2:51 pm
by shakespeare
I specified 10 imputations in a Realcom run, but only nine were generated. I discovered this after closing Realcom. Not sure how this occurred since impvals.txt shows 10 files. I'm wondering if it would be valid to run a single iteration and add that to the nine that I have. There is a huge time cost to running 10 imputations, so that would be beneficial. I just don't know how the random numbers generator is seeded.

Re: Iteration failure

Posted: Tue Jan 14, 2014 2:03 pm
by ChrisCharlton
The random number generators are seeded using Matlab's default method, which I believe means that it is always set to the same value when you start the application (see http://www.mathworks.co.uk/help/matlab/ ... artup.html). This would mean that if you used exactly the same settings for burnin, iterations and imputation iterations you should end up with exactly the same imputed data sets as before.

Re: Iteration failure

Posted: Tue Jan 14, 2014 3:22 pm
by shakespeare
Bummer. I guess I'll have to start all over. Thanks for the info nonetheless.