[R] where is the source code of bca.ci?

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Dec 21 14:55:02 CET 2006


On Thu, 21 Dec 2006, Meinhard Ploner wrote:

> i was searching for the source of bca.ci, a function of the package
> boot. I tried

Actually only of the namespace 'boot'.

> require(boot, keep.source=TRUE)
>
> but again the source was not viewable. How should i do?

This is discussed in a recent R NEWS.  Note that

> boot:::bca.ci
> getAnywhere("bca.ci")

both work.

-- 
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



More information about the R-help mailing list