add_propensity_diagnostic | R Documentation |
This adds a diagnostic to the propensity score.
add_propensity_diagnostic(hte_cfg, diag)
hte_cfg |
|
diag |
Character indicating the name of the diagnostic
to include. Possible values are |
Updated HTE_cfg
object
library("dplyr")
basic_config() %>%
add_propensity_diagnostic(c("AUC", "MSE")) -> hte_cfg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.