estimate_eif_projection {vimp} | R Documentation |
Estimate projection of EIF on fully-observed variables
Description
Estimate projection of EIF on fully-observed variables
Usage
estimate_eif_projection(
obs_grad = NULL,
C = NULL,
Z = NULL,
ipc_fit_type = NULL,
ipc_eif_preds = NULL,
...
)
Arguments
obs_grad |
the estimated (observed) EIF |
C |
the indicator of coarsening (1 denotes observed, 0 denotes unobserved). |
Z |
either |
ipc_fit_type |
if "external", then use |
ipc_eif_preds |
if |
... |
other arguments to SuperLearner, if |
Value
the projection of the EIF onto the fully-observed variables
[Package vimp version 2.3.3 Index]