Skip to contents

The Art of Metrics

Learn how we use numerical programming skills to translate greek letters into R code and estimate all kinds of econometric models.

Intro: An lm for Everyone
Robust Standard Errors
Digression: A Taste of RMarkdown
Post-Estimation: It's All Delta Method
Bootstrap and Quantile Regression
Panel Data and Fixed Effects Regression

The Zen of Programming

Learn how to enjoy programming by following best practices accumulated over generations of Zen masters.

Intro: A Meditation on Programming
Anatomy of an R Project: Overview
Anatomy of an R Project: The Project Itself
Anatomy of an R Project: File Structure
Anatomy of an R Project: Version Control