get_vimp | R Documentation |
This function calculates Variable IMPortance measures following the procedure in Hines et al (2022) https://arxiv.org/pdf/2204.06030.pdf
get_vimp(
cate.fit,
var.names,
lab.var.names,
x = NULL,
y = NULL,
a = NULL,
nsplits = NULL,
pi.x = NULL,
mu1.x = NULL,
mu0.x = NULL,
drl.x = NULL
)
cate.fit |
object from fitting the cate using drl.cate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.