Plot selection-frequency paths
Usage
# S3 method for class 'selectboost_quantile'
plot(x, tau = NULL, vars = NULL, ...)Arguments
- x
A
selectboost_quantile()fit.- tau
Optional quantile level to plot for multi-
taufits. Defaults to the first availabletau.- vars
Optional subset of variables to plot. Defaults to the six variables with the highest mean selection frequency.
- ...
Passed to
graphics::matplot().