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, [EMAIL PROTECTED]
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
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.