plot_importance: Importance Plot: Visualize relative importance of variables
Description
Importance is currently based on the PRISM filter model. For elastic net (filter_glmnet).
variables with non-zero coefficients are shown. For random forest variable importance
(filter_ranger), variables are sorted by their p-values, and "top_n" will show only the
"top_n" most importance variables (based on p-values).
Usage
plot_importance(object, top_n = NULL, ...)
Value
Plot (ggplot2) object
Arguments
object
PRISM object
top_n
Show top_n variables only, default=NULL (show all)