pive_weight_maker {OutcomeWeights} | R Documentation |
Outcome weights maker for pseudo-IV estimators.
Description
This is a generic function taking pseudo-instrument, pseudo-treatment and the transformation matrix as inputs and returning outcome weights
Usage
pive_weight_maker(Z.tilde, D.tilde, T_mat)
Arguments
Z.tilde |
Numeric vector of pseudo-instrument outcomes. |
D.tilde |
Numeric vector of pseudo-treatment. |
T_mat |
Transformation matrix |
Value
A vector of outcome weights.
References
Knaus, M. C. (2024). Treatment effect estimators as weighted outcomes, soon on 'arXiv'.
[Package OutcomeWeights version 0.1.1 Index]