get_vimp: get_vimp

View source: R/VIMP.R

get_vimpR Documentation

get_vimp

Description

This function calculates Variable IMPortance measures following the procedure in Hines et al (2022) https://arxiv.org/pdf/2204.06030.pdf

Usage

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
)

Arguments

cate.fit

object from fitting the cate using drl.cate


matteobonvini/drl.cate documentation built on Nov. 10, 2024, 12:20 a.m.