Trying to undo an assignment
Uzuner, Tolga wrote on 4/11/2005 7:33 AM:
Hi, I defined corr to be a function, not realising that this was also the name for correlation in package=boot. How do I explicitly call the corr function within package boot (so, scope up over the current frame, I guess is another way of saying it) without removing my new corr function ? Thanks, Tolga
Tolga, You can use the "::" operator, as in `boot::corr'. --sundar