Skip to content
Back to formatted view

Raw Message

Message-ID: <1166708937.4700.98.camel@localhost.localdomain>
Date: 2006-12-21T13:48:57Z
From: Marc Schwartz
Subject: where is the source code of bca.ci?
In-Reply-To: <2239EE16-8CD6-44C0-B3FC-63CB89D2FF19@gmx.net>

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