View source: R/HK_decomposition.R
HK_decomposition | R Documentation |
This function builds on an APO_dml
object to calculate the decomposition parameters
nATE(Z) = rATE(Z) + Delta(Z) described in Heiler and Knaus (2021).
HK_decomposition(
APO_dml,
z = NULL,
intercept = TRUE,
spline = FALSE,
subset = NULL,
...
)
APO_dml |
|
z |
Vector or matrix containing the low-dimensional heterogeneity variables to be considered. If |
intercept |
Adds an intercept to the variables in |
spline |
If |
subset |
Optional logical vector if decomposition should be run for subsample of original sample. |
... |
Pass option for |
HK_decomposition
object with a list of nATE, rATE and Delta list containing each
score |
The parameter specific Neyman orthogonal score that was used as pseudo-outcome. |
list |
The |
vcov |
The adjusted variance-covariance matrix derived in Heiler and Knaus (2021) for rATE and Delta. For nATE standard heteroskedasticity robust variance-covariance matrix. |
results |
A |
Heiler, P., Knaus, M. C. (2021). Effect or Treatment Heterogeneity? Policy Evaluation with Aggregated and Disaggregated Treatments arXiv preprint arXiv:2110.01427. https://arxiv.org/abs/2110.01427
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.