add_outcome_diagnostic {tidyhte} | R Documentation |
This adds a diagnostic to the outcome model.
add_outcome_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_outcome_diagnostic("RROC") -> hte_cfg