fsPDA
This repo hosts the companion documents, functions and replication files for
- Zhentao Shi and Jingyi Huang (2023): “Forward-Selected Panel Data Approach for Program Evaluation,” the Journal of Econometrics, 234(2), 512-535. arXiv: 1908.05894
Contributors: Jingyi Huang, Zhan Gao, Zhentao Shi, Yishu Wang
Status: Replication files are complete. The R package is released with version v1.0.1.
R Package
The folderR_pkg_fsPDA contains an R package.
-
To install the package, run
devtools::install_github("zhentaoshi/fsPDA/R_pkg_fsPDA"). -
Click here for Package documents.
Empirical Applications
Application 1
app1_luxury_watch\main.R is an R script that replicates the empirical example in main text of the paper about China’s luxury watch import.
Application 2
app2_HCW_revist\main.R replicates the empirical example of Hsiao, Ching and Wan (2012) as in the online supplement of the paper.
Simulations
Under the folder simulation:
- Folder
nonsparseincludes code for simulation of non-sparse DGP, in which runningRun.simulation.dense.Rgives the simulation results. - Folder
sparseincludes code for simulation of sparse DGP, in which runningsparse_iid.R,sparse_inid.Randsparse_nnd.Rgives the simulation results.