This is no longer maintained
This repository contains the code and text for the QSS Tidy which supplements the text
Kosuke Imai. 2017. "Quantitative Social Science: An Introduction" URL, Amazon.
with R tidyverse code.
You can install the R packages this book depends on with
devtools::install("jrnold/r4ds-exercise-solutions")
The site is built with the R package bookdown.
Render the book by running
bookdown::render_book("index.Rmd")
Serve the book and render on change to files by running:
bookdown::serve_book()
This work by Jeffrey ArnoldCC BY 4.0
Code is licensed under MIT license.