covariate_importance {tidytreatment}R Documentation

Counts of variable overall inclusion

Description

Inclusion metric for bartMachine and BART are scaled differently. bartMachine averaged over number of trees, in addition to number of MCMC draws.

Usage

covariate_importance(model, ...)

Arguments

model

Model

...

Arguments to pass to particular methods.

Value

Tidy data with counts of variable inclusion, when interacting with treatment variable.


[Package tidytreatment version 0.2.2 Index]