The jackknife figure shows the impact of each variable on the full model, providing detailed information about the function and significance of each variable. Light blue indicates the impact on the model if the variable is not included, while dark blue indicates the independent contribution of the variable to the model.
plot_jk(x, metric = "ROC_AUC", legend = TRUE,
colors = c("cyan", "blue", "red"),
xlab = NULL, main = NULL)
list output from jackknife
.
(character) model metric to plot. Default = "ROC_AUC".
(logical) whether to add legend. Default = TRUE.
(character) vector of colors. Default = c("cyan", "blue", "red").
(character) a label for the x axis.
(character) main title for the plot.