
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.- 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
datais passed in directly. Otherwise this will be inferred from the model object.- ...
Additional arguments to pass directly to selection_thresholds.