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:> 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
On Mon, 11 Apr 2005, Uzuner, Tolga wrote:> 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 ?boot::corr -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595