View source: R/variable_importance.R
variable_importance | R Documentation |
Computes variable importance measures for a causal forest
variable_importance(cf, covariates, n, d)
cf |
output of the rcf causal_forest function |
covariates |
names of predictors used in training the causal forest as character vector |
n |
maximum tree depth of splits to be considered for variable importance computation |
d |
decay parameter controlling weighting of splits at different depths for variable importance computation |
a data frame of variables and their importance measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.