Skip to content
Prev 138516 / 398503 Next

Error in Arules

On 3/4/2008 5:14 PM, Tibert, Brock wrote:
basket2 is not a matrix.  I think the business about the axes is a 
coincidence:  probably the previous times when you tried this, basket2 
*was* a matrix.
Some people disagree, but in my opinion, it's always a bad idea to save 
your workspace, so that R restores old one when you restart.  You never 
know what is in there causing trouble.

My advice would be to always choose "No" when asked whether to save the 
workspace as you shut down.  Then, while R is shut down, find the .RData 
file (probably in your home directory) and delete it.  Be aware that 
this will lose all R objects in it, so don't do it unless you know how 
to rebuild them.

Duncan Murdoch