Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudeboybert/resampledata

R package of data sets from "Mathematical Statistics with Resampling in R"
https://github.com/rudeboybert/resampledata

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# resampledata

[![Build Status](https://travis-ci.org/rudeboybert/resampledata.png?branch=master)](https://travis-ci.org/rudeboybert/resampledata)
[![R build status](https://github.com/rudeboybert/resampledata/workflows/R-CMD-check/badge.svg)](https://github.com/rudeboybert/resampledata/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/resampledata)](http://cran.r-project.org/package=resampledata)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/resampledata)](http://www.r-pkg.org/pkg/resampledata)

R package of data sets used in [Mathematical Statistics with Resampling in R](https://sites.google.com/site/chiharahesterberg/) by Laura Chihara and Tim Hesterberg.

First Edition (2011) | Second Edition (2018)
------------- | -------------
Drawing | Drawing

## Installation

Get the released version from CRAN:

```{r, eval = FALSE}
install.packages("resampledata")
```

Or the development version from GitHub:

```{r, eval = FALSE}
# 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:

```{r, eval = FALSE}
data(package = "resampledata")
```

To load a particular data set, `FlightDelays` for example, type:

```{r, eval = FALSE}
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