A new projpred version (2.9.0) has been released on CRAN. The most important changes are:
- Subsampled PSIS-LOO CV (see argument
nloo
ofcv_varsel()
) has been fixed and is not experimental anymore. Thanks to @avehtari for doing the majority of the work behind this! - Performance statistic
"R2"
(R-squared) has been added (see argumentstats
ofsummary.vsel()
andplot.vsel()
; argumentstat
ofsuggest_size()
supports it as well). Thanks to @avehtari for suggesting and implementing this! - Argument
type
ofsummary.vsel()
has gained options"diff.lower"
and"diff.upper"
. - Argument
deltas
ofplot.vsel()
has gained option"mixed"
. Thanks again to @avehtari for the suggestion and a first implementation!
See the changelog for details.
Starting with this release, Osvaldo Martin is the new maintainer of projpred. Thanks for taking over!