add_propensity_diagnostic {tidyhte} | 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