| pattc_deeplearning_counterfactuals | R Documentation |
Create counterfactual datasets in the population for compliers and noncompliers.
pattc_deeplearning_counterfactuals(
pop.data,
response.mod,
response.formula,
ID = NULL,
cluster = NULL
)
pop.data |
population dataset |
response.mod |
trained model from |
response.formula |
formula specifying the response variable and covariates. |
ID |
string fir identifier variable |
cluster |
string for clustering variable |
data.frame object of predicted outcomes of counterfactual groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.