-
Notifications
You must be signed in to change notification settings - Fork 7
/
50-App-DataSets.Rmd
38 lines (21 loc) · 994 Bytes
/
50-App-DataSets.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# (APPENDIX) Appendices {-}
# Datasets {#AppendixDataSets}
Most of the datasets used in this book are available in the **R**\ package **SRMData**, available free from [`CRAN`](https://CRAN.R-project.org/package=SRMData).
`r if (knitr::is_latex_output()) {
'The online version of this book (https://bookdown.org/pkaldunn/SRM-Textbook/) allows you to download most datasets used in this book.'
} else {
'The data files (comma-separated; csv files) can be downloaded from the list below by clicking on the data file name.'
}`
In the list below (alphabetical within chapters), all datasets are from the **SRMData** package except when noted (in parentheses).
Other packages listed are also available from [`CRAN`](https://CRAN.R-project.org).
<!-- ```{r, child = if (knitr::is_html_output()) './children/DataSets.Rmd'} -->
<!-- ``` -->
```{=latex}
\begin{small}
```
```{r results='asis', cache=FALSE}
source("R/printDataFileListinContext.R")
```
```{=latex}
\end{small}
```