add_effect_diagnostic {tidyhte} | R Documentation |
Add an additional diagnostic to the effect model
Description
This adds a diagnostic to the effect model.
Usage
add_effect_diagnostic(hte_cfg, diag)
Arguments
hte_cfg |
|
diag |
Character indicating the name of the diagnostic
to include. Possible values are |
Value
Updated HTE_cfg
object
Examples
library("dplyr")
basic_config() %>%
add_effect_diagnostic("RROC") -> hte_cfg
[Package tidyhte version 1.0.2 Index]