| deep_predict | R Documentation |
Predict Compliance from control group in experimental data
deep_predict(
deep.complier.mod,
complier.formula,
exp.data,
treat.var,
compl.var
)
deep.complier.mod |
model object from |
complier.formula |
formula to fit compliance model (c ~ x) using complier variable and covariates |
exp.data |
|
treat.var |
string specifying the binary treatment variable |
compl.var |
string specifying binary complier variable |
data.frame object with true compliers, predicted compliers in the
control group, and all compliers (actual + predicted).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.