where is the source code of bca.ci?
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