This package accompanies my job market paper: Leventer, Dor (2025). Identification of Child Penalties.
- 🧪 DID / TD / NTD estimators (single & multiple treatment groups)
- 📄 Paper: arXiv:2602.07486
- 💻 GitHub: https://github.com/dorleventer/childpen
- 🌐 Website: https://dorleventer.github.io/childpen/
Installation
Install the released version from CRAN:
install.packages("childpen")Or the development version from GitHub:
# install.packages("remotes")
remotes::install_github("dorleventer/childpen")