Visualize Causal Tree and Treatment Effects via Shiny
runDynamic(
model,
data,
outcomevariable,
treatment_indicator,
propensity_score = ""
)
a Shiny page.
a tree model constructed by hte_causalTree, hte_matchinleaves,
or hte_ipw
.
a data frame containing the variables in the model.
a character representing the column name of the outcome variable.
a character representing the column name for the treatment variable in the causal setup.
a character representing the column name of the propensity score.