stan-dev / projpred

Projection predictive variable selection
https://mc-stan.org/projpred/
Other
110 stars 26 forks source link

`plot.vsel()`: Possibly color points and uncertainty bars according to CV ranking proportions #430

Closed fweber144 closed 1 year ago

fweber144 commented 1 year ago

This adds an argument called ranking_colored to plot.vsel() which, when set to TRUE (default: FALSE) will color the points and the uncertainty bars according to the magnitude of the (possibly cumulated) CV ranking proportions.

Thanks to @yannmclatchie for the suggestion!