[R] where is the source code of bca.ci?
    Marc Schwartz 
    marc_schwartz at comcast.net
       
    Thu Dec 21 14:48:57 CET 2006
    
    
  
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
    
    
More information about the R-help
mailing list