If I eliminate the original data_store_x3, I immediately get a message variable data_store_x3 not found so I had to keep that.
But I have another question. How can I get the usual ANOVA to display showing RSS, etc, over all itertions?
Going forward, please be sure to use code delimiters when posting your code, so that it aligns well and preserves indentation. If you are not actually indenting your code, I strongly recommend you develop that habit. Unindented code with nested loops is very difficult for others to read, even if you know what its structure is. And, frankly, if you come back to this code in a few weeks after not looking at it, you will find it difficult to read as well.
Comment