Skip to content

R package of data sets from "Mathematical Statistics with Resampling in R"

Notifications You must be signed in to change notification settings

narlu21/statistics

 
 

Repository files navigation

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/

About

R package of data sets from "Mathematical Statistics with Resampling in R"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%