Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

jrnold/qss-tidy

Repository files navigation

Tidyverse R code for Imai's "Quantitative Social Science: An Introduction"

This repo contains R tidyverse code associated for the text,

Kosuke Imai. 2017. "Quantitative Social Science: An Introduction" URL, Amazon.

To view the rendered pages visit https://jrnold.github.io/qss-tidy.

Build and Install

The site is built with the R package bookdown.

Install the necessary R dependencies with

devtools::install()

Render the book by running:

bookdown::render_book("index.Rmd")`

Serve the book and render on change to files by running:

bookdown::serve_book()

Rendering the book requires an initialization of the qss folder, which depends on an external repository. To do so, run the following in the shell:

git submodule update --init

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages