get.importance: Get variable importance for Logistic Regression and Random...

Description Usage Arguments

View source: R/get.importance.R

Description

This function makes life simple by automatically interpreting logistic regression and random forest models. The interpretation techniques for logistic regression are ANOVA Type-I and variants of ANOVA Type-II (i.e., Wald, Chisq, and F). The interpretation techniques for random forest are Gini and Permutation (i.e., Scaled and Raw) importance.

Usage

1
get.importance(model, normalized = F)

Arguments

model

a logistic regression or random forest model

normalized

a logical to indicate whether to normalize importance scores


software-analytics/Rnalytica documentation built on Aug. 16, 2020, 9:38 p.m.