Makes a barplot of selection proportions in decreasing order. See examples in
VariableSelection.
# S3 method for variable_selection
plot(
x,
col = c("red", "grey"),
col.axis = NULL,
col.thr = "darkred",
lty.thr = 2,
n_predictors = NULL,
...
)A plot.
output of VariableSelection.
vector of colours by stable selection status.
optional vector of label colours by stable selection status.
threshold colour.
threshold line type as lty in
par.
number of predictors to display.
additional plotting arguments (see par).
VariableSelection