Plot each covariate's smallest variable selection threshold
Source:R/plot.R
plot_selection_thresholds.Rd
Plot 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 thedata
argument. 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 abolasso
orbolasso_fast
object via theobject
argument.- ...
Additional arguments to pass directly to selection_thresholds.