Get and Plot Propensity Scores
1 2 3 4 5 6 7 | density_formula(tmle_task, node = "A")
get_propensity_scores(likelihood, tmle_task, node = "A")
propensity_score_plot(likelihood, tmle_task, node = "A")
propensity_score_table(likelihood, tmle_task, node = "A")
|
tmle_task |
a tmle_task data object |
node |
a character specifing which node to use |
likelihood |
a fitted likelihood object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.