Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME.Rmd
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Stat2Data
The goal of Stat2Data is to provide datasets found in the second edition of Stat2: Modeling with Regression and ANOVA.
The package also has data sets from the first edition and some functions for producing diagnostic plots described in the text.
## Installation
You can install Stat2Data from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("statmanrobin/Stat2Data")
```