├── .github └── ISSUE_TEMPLATE │ └── chapter-review.md ├── Chapter └── QTA02_R_DRAFT.Rmd ├── README.md └── _config.yml /.github/ISSUE_TEMPLATE/chapter-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Bernauer-DQTAwR-draft-chapters-2019/HEAD/.github/ISSUE_TEMPLATE/chapter-review.md -------------------------------------------------------------------------------- /Chapter/QTA02_R_DRAFT.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Bernauer-DQTAwR-draft-chapters-2019/HEAD/Chapter/QTA02_R_DRAFT.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Bernauer-DQTAwR-draft-chapters-2019/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Bernauer-DQTAwR-draft-chapters-2019/HEAD/_config.yml --------------------------------------------------------------------------------