Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrnold/qss-tidy

tidyverse code for QSS
https://github.com/jrnold/qss-tidy

Last synced: about 2 months ago
JSON representation

tidyverse code for QSS

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).