add_effect_diagnostic | R Documentation |
This adds a diagnostic to the effect model.
add_effect_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_effect_diagnostic("RROC") -> hte_cfg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.