Skip to content

Error message: " The following object(s) are masked"

2 messages · Ettinger, Nicholas, Uwe Ligges

#
Ettinger, Nicholas wrote:

            
These are *Warning* messges, not errors.

You are using attach but never detach in your loop. Each attach masks 
the objects you have attached formerly, because there are the same names 
in it, obviously.

Your code works as before, but you should not use attach without 
detaching. I'd suggest not to use attach() at all unless you know what 
you are doing and it really improved convenience in interactive analyses.

Uwe Ligges