Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.12 KB

Panel Local Projection

This repository hosts an R package that accompanies

It offers an R function to implement the panel local projection that includes two methods:

  • The fixed effect (FE) estimator. This is the default estimator in most applied works, but we find that it incurs Nickell bias
  • The split-panel jackknife (SPJ) estimator eliminates the asymptotical bias and delivers valid statistical inference.
devtools::install_github("zhentaoshi/panel-local-projection")
library("pLP")

Contributors

Ziwei Mei, Zhentao Shi, and Shen Shu

License

This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0