Jiangtang / masteringmetrics

R code for Angrist & Pischke Mastering Metrics

Home Page:https://jrnold.github.io/masteringmetrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R Code for Mastering 'Metrics (Angrist and Pischke)

This repository R code and text for R Code for Mastering 'Metrics, which contains the R code to reproduce the analyses in Mastering 'Metrics by Joshua D. Angrist and Jörn-Steffen Pischke.

The site is built using the bookdown package.

Build

To render the book, run the following in R,

render_book("index.Rmd")

To lint R code run

Rscript _lint.R

To check spelling run

Rcript _spelling.R

To lint markdown, install remark and various plugins for it.

$ npm install remark-preset-lint-recommended remark-preset-lint-consistent remark-preset-lint-markdown-style-guide remark-frontmatter
$ remark *.Rmd

About

R code for Angrist & Pischke Mastering Metrics

https://jrnold.github.io/masteringmetrics

License:MIT License


Languages

Language:R 81.3%Language:TeX 17.2%Language:Makefile 1.4%