Technical point: Gabor Grothendieck wrote
``data(iris) will attach data set iris''
This is not true --- data(iris) put ``iris'' into the Global
environment; if one wants it attached, one has to do the follow up by
attach(iris).
cheers,
Rolf Turner
[EMAIL PROTECTED]
______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
