remove_vimp {tidyhte} | R Documentation |
Removes variable importance information
Description
This removes the variable importance quantity of interest
from an HTE_cfg
.
Usage
remove_vimp(hte_cfg)
Arguments
hte_cfg |
|
Value
Updated HTE_cfg
object
Examples
library("dplyr")
basic_config() %>%
remove_vimp() -> hte_cfg
[Package tidyhte version 1.0.2 Index]