Skip to contents

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-tau fits. Defaults to the first available tau.

vars

Optional subset of variables to plot. Defaults to the six variables with the highest mean selection frequency.

...

Passed to graphics::matplot().

Value

Invisibly returns the plotted frequency matrix.