plot_jk | R Documentation |
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)
x |
list output from |
metric |
(character) model metric to plot. Default = "ROC_AUC". |
legend |
(logical) whether to add legend. Default = TRUE. |
colors |
(character) vector of colors. Default = c("cyan", "blue", "red"). |
xlab |
(character) a label for the x axis. |
main |
(character) main title for the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.