Message-ID: <425A724B.6010400@pdf.com>
Date: 2005-04-11T12:49:15Z
From: Sundar Dorai-Raj
Subject: Trying to undo an assignment
In-Reply-To: <BDF571786CAD224F966FEB86BEDED52F1433D8C1@elon12p32001.csfp.co.uk>
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