runDynamic | R Documentation |
Visualize Causal Tree and Treatment Effects via Shiny
runDynamic(
model,
data,
outcomevariable,
treatment_indicator,
propensity_score = ""
)
model |
a tree model constructed by |
data |
a data frame containing the variables in the model. |
outcomevariable |
a character representing the column name of the outcome variable. |
treatment_indicator |
a character representing the column name for the treatment variable in the causal setup. |
propensity_score |
a character representing the column name of the propensity score. |
a Shiny page.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.