Skip to content
Prev 1046 / 12125 Next

[R-pkg-devel] Source code of an existing package

Easiest way:

  library(boot)
  boot.ci

Alternatively, go to https://cran.r-project.org/package=boot ,
download the tarball, unpack it, and look around in the R/ directory.
On 16-08-10 09:42 PM, Marcelo Carvalho Fernandes wrote: