Description
Doubly Robust Average Partial Effects.
Description
Doubly robust average partial effect estimation. This implementation contains methods for adding additional smoothness to plug-in regression procedures and for estimating score functions using smoothing splines. Details of the method can be found in Harvey Klyne and Rajen D. Shah (2023) <arXiv:2308.09207>.
README.md
drape
Doubly Robust Average Partial Effect estimation.
Details of the method can be found in Klyne and Shah (2023).
Installation
You can install the development version of drape from GitHub with:
# install.packages("devtools")
devtools::install_github("harveyklyne/drape")