Skip to content
Prev 44809 / 398506 Next

be careful: using attach in R functions

li dongfeng wrote:
Well, attach() may be useful for convenient interactive data analysis.
I'd never use it in a simulation, since you can access all objects
without attaching anything. 
(Well, I suggest not to use it at all, at least to our students ... and
I'm using it only in very rare cases myself.)

Uwe Ligges