README.md

resampledata

Build
Status R build
status CRAN_Status_Badge CRAN RStudio mirror
downloads

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) | | ------------------------------------------------------------ | ------------------------------------------------------------ | | Drawing | Drawing |

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/



rudeboybert/resampledata documentation built on July 22, 2020, 2:16 a.m.