-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path50-App-DataSets.Rmd
More file actions
37 lines (21 loc) · 1.18 KB
/
50-App-DataSets.Rmd
File metadata and controls
37 lines (21 loc) · 1.18 KB
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
# (APPENDIX) Appendices {-}
# Datasets {#AppendixDataSets}
`r if (knitr::is_latex_output()) '<!--'`
Most datasets used in this book are available in the **R**\ package **SRMData**, available free from [`CRAN`](https://CRAN.R-project.org/package=SRMData). The data files (comma-separated; csv files) can be downloaded from the list below by clicking on the data file name.
`r if (knitr::is_latex_output()) '-->'`
`r if (knitr::is_html_output()) '<!--'`
Most datasets used in this book are available in the **R**\ package **SRMData**, available free from [`CRAN`.](https://CRAN.R-project.org) Most datasets used in this book can also be downloaded from the online version of this book (`https://peterkdunn.github.io/SRM-Textbook/`).
`r if (knitr::is_html_output()) '-->'`
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`.
<!-- ```{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}
```