R Project Sprint 2023 - Tweak printCoefmat() - better Round()ing / Zapping Zeros #50
Replies: 1 comment 3 replies
-
A quick question: Would showing the current desired output be misleading? Specifically, if I look at the table below, I would think that the intercept is less than 1e-06 (which it actually is in this case, but
Looking at the source code, I don't see an easy way to conform the two steps of rounding with different
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
R Project Sprint 2023 - Tweak printCoefmat() - better Round()ing / Zapping Zeros
In rare cases, the rounding, e.g. of the ‘Std. Error’. column in printCoefmat() is undesirably rounding too much and then depicting inaccurate values. This is from the recent R-devel mailing list thread starting at https://stat.ethz.ch/pipermail/r-help/2023-July/477688.html
https://contributor.r-project.org/r-project-sprint-2023/projects/tweak-printCoefmat/
Beta Was this translation helpful? Give feedback.
All reactions