Skip to content

Trying to undo an assignment

3 messages · Uzuner, Tolga, Sundar Dorai-Raj, Brian Ripley

#
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

Please follow the attached hyperlink to an important disclaimer
<http://www.csfb.com/legal_terms/disclaimer_europe.shtml>



==============================================================================
This message is for the sole use of the intended recipient. ...{{dropped}}
#
Uzuner, Tolga wrote on 4/11/2005 7:33 AM:
Tolga,

You can use the "::" operator, as in `boot::corr'.

--sundar
#
On Mon, 11 Apr 2005, Uzuner, Tolga wrote:

            
boot::corr