https://github.com/cran/bootstrap
Raw File
Tip revision: e2ac0e1c98dc14a7a8da8f0e081bf481a2100f14 authored by Kjetil Halvorsen on 26 September 2007, 00:00:00 UTC
version 1.0-22
Tip revision: e2ac0e1
README
This is an R port of Efron & Tibshirani's boostrap S-library that
accompanies their 1993 book `An introduction to the bootstrap'.

Changes from original:

	changed all dyn.load2 calls to use dyn.load

	fixed call of boott (had 2 variable argument lists)

	restructered help files for R consistency

	added dummy help page for data and internal functions


Fritz Leisch

New changes as of 2005:

       returns of the form return(  ,  ,  ,  ...) changed to
                           return(list(  ,  ,  ,  ...))

       Code - documentation inconsistencies removed

       Added help pages for all the datasets, and removed the dummy one. 
       
       Added examples, some new datasets added.


Kjetil Halvorsen
back to top