stan-dev / projpred

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

Add basic ranking proportions to `summary.vsel()` #413

Closed fweber144 closed 1 year ago

fweber144 commented 1 year ago

This adds the main diagonal of the matrix returned by cv_proportions() (with cumulate as specified in summary.vsel()'s newly added argument cumulate) to a new column called cv_proportions_diag of <vselsummary_object>$selection. See the commit messages for details.