get_importance: Collect Variable Importance Metrics for Covariates Used in...

View source: R/get_importance.R

get_importanceR Documentation

Collect Variable Importance Metrics for Covariates Used in Random Forest Adjustment

Description

This function returns variable importance metrics (either "impurity" or "permutation") for each of the covariates included in random forest adjustment estimation with respect to the response variable and the explanatory variable of interest.

Usage

get_importance(rfa)

Arguments

rfa

an 'rfa()' fitted object

Details

To return importance metrics, in 'rfa()' the argument 'importance' must be set to either "impurity" or "permutation" (quoted).


milesdwilliams15/RFA documentation built on Sept. 26, 2023, 4:31 a.m.