-
Notifications
You must be signed in to change notification settings - Fork 0
aloy/modernregressiondata
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
---
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-"
)
```
modernregressiondata
====================
R package of data sets used in [Modern Approach to Regression with R](http://www.stat.tamu.edu/~sheather/book/index.php) (2009) by Simon J. Sheather.

Installation
------------
Get the development version from GitHub:
``` r
# If you haven't installed devtools yet, do so:
# install.packages("devtools")
devtools::install_github("aloy/modernregressiondata")
```
Data Sets
---------
To see a list of all data sets, type:
```{r eval=FALSE}
data(package = "modernregressiondata")
```
To load a particular data set, `AdRevenue` for example, type:
```{r eval=FALSE}
data(AdRevenue)
```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published