On Thu, 2006-12-21 at 14:34 +0100, Meinhard Ploner wrote:
> i was searching for the source of bca.ci, a function of the package  
> boot. I tried
> 
> require(boot, keep.source=TRUE)
> 
> but again the source was not viewable. How should i do?
> Best regards
> 
> Meinhard Ploner

You can see a "representation" of the source code by using:

  boot:::bca.ci

For more information on the ":::" syntax see ?":::"

The "true" source code would be in the boot package tarball, available
from a CRAN mirror (eg.):

  http://cran.r-project.org/src/contrib/Descriptions/boot.html

HTH,

Marc Schwartz

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to