resampledata
R package of data sets used in Mathematical Statistics with Resampling in R by Laura Chihara and Tim Hesterberg.
| First Edition (2011) | Second Edition (2018) |
|---|---|
![]() |
![]() |
Installation
Get the released version from CRAN:
install.packages("resampledata")Or the development version from GitHub:
# If you haven't installed devtools yet, do so:
# install.packages("devtools")
devtools::install_github("rudeboybert/resampledata")Data Sets
To see a list of all data sets, type:
data(package = "resampledata")To load a particular data set, FlightDelays for example, type:
data(FlightDelays)Note the Bangladesh data is provided solely for illustrative purposes
and to enable statistical analysis. Full data are available from the
British Geological Survey web site
http://www.bgs.ac.uk/arsenic/bangladesh/


