complier_predict {DeepLearningCausal} | R Documentation |
Complier model prediction
Description
Predict Compliance from control group in experimental data
Usage
complier_predict(complier.mod, exp.data, treat.var, compl.var)
Arguments
complier.mod |
output from trained ensemble superlearner model |
exp.data |
|
treat.var |
string specifying the binary treatment variable |
compl.var |
string specifying binary complier variable |
Value
data.frame
object with true compliers, predicted compliers in the
control group, and all compliers (actual + predicted).
[Package DeepLearningCausal version 0.0.104 Index]