Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 4, 2023

Conversation

fweber144
Copy link
Collaborator

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.

instead of using it for `round()`. Thus, `digits` now determines the minimum
number of *significant digits*.
@fweber144 fweber144 merged commit 81543fc into stan-dev:master Mar 4, 2023
@fweber144 fweber144 deleted the digits_signif branch March 4, 2023 13:37
fweber144 added a commit to fweber144/projpred that referenced this pull request Apr 2, 2023
via the ellipsis (`...`). This implies that by default, we now use
`print.data.frame()`'s default for argument `digits` (which is `NULL`).

This is an amendment to PR stan-dev#389.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant