Skip to content

Open source textbook for Program Evaluation for the Public Sector

License

Notifications You must be signed in to change notification settings

ami4411/pe4ps-textbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program Eval for Public Service Organizations

An open-source textbook covering program evaluation regression tools commonly used for the estimation of program or policy impact in the public and nonprofit sectors.


CITE:

Counterfactual Analysis with Regression Models
An Open Source Textbook for Program Evaluation
Authors: Jesse Lecy and Federica Fusi


The book was designed around several core principles:

  • Chapters emphasize intuition over mathematical precision.
  • Instead of highlighting traditional econometrics concepts of endogeneity, efficiency, and parametric assumptions the chapters focus on the counterfactual embedded in each estimator and whether the comparison adequately captures unbiased program effects.
  • Concepts are explained with examples, data and code so that students can replicate analysis in the chapters.
  • All analysis is done in R so that students can use the software after graduating without the burden of expensive licenses.

TABLE OF CONTENTS:

  1. Interrupted Time Series
  2. Difference-in-Difference Models
  3. Instrumental Variables
  4. Fixed Effect Models
  5. Regression Discontinuity Design
  6. Logistic Regression
  7. Matching

DATA used in replication examples in the chapters.


LABS:

  1. Interrupted Time Series Lab
  2. Diff-in-Diff Lab
  3. Fixed Effects Lab
  4. Instrumental Variables Lab
  5. Regression Discontinuity Lab
  6. Logistic Regression Lab
  7. Matching Lab

DATA used in labs.


Source Code

License: GPL v3

Textbook chapters are located in the docs folder.

https://ds4ps.org/pe4ps-textbook/docs/index.html

The R Markdown (RMD) files used to create each chapter are in the root project folder:

https://github.com/DS4PS/pe4ps-textbook

Labs are in the labs folder.

The chapters are rendered with Bookdown in R. The main YAML file with global book parameters is at:

https://github.com/DS4PS/pe4ps-textbook/blob/master/_site.yml

About

Open source textbook for Program Evaluation for the Public Sector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.6%
  • Other 1.4%