| plot_selection_thresholds | R Documentation |
Plot the results of the selection_thresholds function.
plot_selection_thresholds(
object = NULL,
data = NULL,
is_multinomial = FALSE,
...
)
object |
An object of class bolasso or |
data |
A dataframe containing the selection thresholds. E.g.
obtained via |
is_multinomial |
A boolean indicating if the data provided is from a
multinomial regression model. Defaults to FALSE. This only needs to be
provided if |
... |
Additional arguments to pass directly to selection_thresholds. |
A ggplot object
selection_thresholds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.