stan-dev / projpred

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

Pass `digits` of `print.vselsummary()` to `print.data.frame()` #389

Closed fweber144 closed 1 year ago

fweber144 commented 1 year ago

Using argument digits of print.vselsummary() for determining the minimum number of significant digits is more natural than using it in round(). This is probably also the reason why print.data.frame() uses digits that way. Thus, this PR switches from using digits in round() to using it in print.data.frame().

See the commit messages and the newly added NEWS entry for details.