Skip to content
Prev 10144 / 63424 Next

namespace magic

On Thu, 31 Jul 2003, Roger Koenker wrote:

            
The answer to the last question is because they are internal functions for 
the boot package.  They are available to functions in the boot package, 
and to functions in any other package with a namespace that imports them.

You can look at non-exported functions by

getFromNamespace("bca.ci", "boot")  # without even library(boot)
getAnywhere("bca.ci")

and in R-devel

boot:::bca.ci
Message-ID: <Pine.LNX.4.44.0308041101490.13617-100000@gannet.stats>
In-Reply-To: <Pine.SOL.4.30.0307311113170.9985-100000@ysidro.econ.uiuc.edu>