Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/rudeboybert/resampledata
- Owner: rudeboybert
- Created: 2016-02-24T23:36:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T14:10:13.000Z (over 4 years ago)
- Last Synced: 2024-10-09T22:06:08.725Z (about 1 month ago)
- Language: R
- Homepage: https://sites.google.com/site/chiharahesterberg/
- Size: 7.55 MB
- Stars: 15
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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)
------------- | -------------
|## 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