Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrnold/qss-tidy
tidyverse code for QSS
https://github.com/jrnold/qss-tidy
Last synced: 3 months ago
JSON representation
tidyverse code for QSS
- Host: GitHub
- URL: https://github.com/jrnold/qss-tidy
- Owner: jrnold
- License: other
- Archived: true
- Created: 2017-01-01T07:14:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T04:12:43.000Z (over 4 years ago)
- Last Synced: 2024-08-03T06:03:41.576Z (7 months ago)
- Language: R
- Homepage: https://jrnold.github.io/qss-tidy
- Size: 41.6 MB
- Stars: 37
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This is no longer maintained**
# Tidyverse R code for Imai's "Quantitative Social Science: An Introduction"
This repository contains the code and text for the [QSS Tidy](https://jrnold.github.io/qss-tidy) which supplements the text
> Kosuke Imai. 2017. "Quantitative Social Science: An Introduction"
> [URL](https://press.princeton.edu/titles/11025.html), [Amazon](https://www.amazon.com/Quantitative-Social-Science-Kosuke-Imai/dp/0691175462/).with R [tidyverse](https://www.tidyverse.org/) code.
## Install
You can install the R packages this book depends on with
```r
devtools::install("jrnold/r4ds-exercise-solutions")
```## Build
The site is built with the R package [bookdown](https://bookdown.org/yihui/bookdown/).
Render the book by running
```r
bookdown::render_book("index.Rmd")
```Serve the book and render on change to files by running:
```r
bookdown::serve_book()
```## License
This work by Jeffrey ArnoldCC BY 4.0
Code is licensed under [MIT license](https://opensource.org/licenses/MIT).