plot_selection_thresholds {bolasso} | R Documentation |
Plot each covariate's smallest variable selection threshold
Description
Plot the results of the selection_thresholds function.
Usage
plot_selection_thresholds(object = NULL, data = NULL, ...)
Arguments
object |
An object of class bolasso or |
data |
A dataframe containing the selection thresholds. E.g.
obtained via |
... |
Additional arguments to pass directly to selection_thresholds. |
Value
A ggplot
object
See Also
[Package bolasso version 0.3.0 Index]