/usr/lib/R/library/boot/INDEX is in r-cran-boot 1.3-17-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | Bootstrap R Functions
=====================
Version 1.3; May 2011:
The main change is support for parallel computation in functions
boot(), censboot() and tsboot().
Many of the examples have been tidied up.
Version 1.2; March 2001:
This version corrects some minor errors in Version 1.0 of the code
distributed with the first printing of Davison and Hinkley (1997).
The author would like to thank those users who pointed out errors or
possible improvements to the code. Any further errors found should be
reported to the author (Angelo Canty) for correction in the next
version.
The package contains the following functions, all of which
have online help available.
abc.ci ABC confidence intervals
boot Main bootstrap function
boot.array Generate a bootstrap frequency/index array
boot.ci Bootstrap simulation confidence intervals
censboot Bootstrap for censored data
control Control variate calculations
corr Weighted form of correlation coefficient
cum3 Estimate the skewness
cv.glm Cross-validation for generalized linear models
empinf Calculate empirical influence values
envelope Confidence envelopes for functions
exp.tilt Exponential tilting
freq.array Convert an index array into a frequency array
glm.diag Diagnostics for generalized linear models
glm.diag.plots Diagnostic plots for glm's
imp.moments Importance resampling estimates of moments
imp.prob Importance resampling estimates of probabilities
imp.quantile Importance resampling estimates of quantiles
imp.weights Weights for importance resampling
inv.logit Inverse logit function
jack.after.boot Jackknife after bootstrap plots
k3.linear Linear skewness approximation
linear.approx Linear approximation to a statistic
lines.saddle.distn Lines method for a saddlepoint distribution object
logit Logit of a proportion
norm.ci Normal approximation confidence intervals
plot.boot Plot method for a bootstrap object
print.boot Print method for a bootstrap object
print.bootci Print method for a bootstrap confidence interval object
print.saddle.distn Print method for a saddlepoint distribution object
print.simplex Print method for a simplex object
saddle Simple and conditional saddlepoint calculations
saddle.distn Approximate a distribution by saddlepoint
simplex Tableau simplex method for linear programming
smooth.f Frequency smoothing
tilt.boot Tilted bootstrap
tsboot Bootstrap for time series
var.linear Linear variance approximation
The package also contains some items used in the practicals of
"Bootstrap Methods and Their Applications" by A.C. Davison and D.V. Hinkley
(1997, Cambridge University Press). The objects are not intended to be used
except in the context of these practicals. The objects are
cd4.nested A nested bootstrap referred to in Practical 5.5
corr.nested The statistic used in cd4.nested
EL.profile, EEF.profile, and lik.CI
functions defined for use in the practicals of chapter 10.
|