
Plot each covariate's smallest variable selection threshold
Source:R/plot.R
plot_selection_thresholds.RdPlot the results of the selection_thresholds function.
Arguments
- object
An object of class bolasso or
bolasso_fast. This argument is optional if you directly pass in the data via thedataargument. E.g.data = selection_thresholds(object).- data
A dataframe containing the selection thresholds. E.g. obtained via
selection_thresholds(object). This argument is optional if you directly pass abolassoorbolasso_fastobject via theobjectargument.- ...
Additional arguments to pass directly to selection_thresholds.