larmarange / ggstats

Extension to ggplot2 for plotting stats
https://larmarange.github.io/ggstats/
GNU General Public License v3.0
26 stars 1 forks source link

new function `ggcoef_table()` #33

Closed larmarange closed 12 months ago

larmarange commented 12 months ago

displaying a coefficient table at the right of the forest plot

fix #32

codecov[bot] commented 12 months ago

Codecov Report

Patch coverage: 95.83% and project coverage change: +0.04% :tada:

Comparison is base (62239a5) 95.45% compared to head (2525d5e) 95.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 95.45% 95.50% +0.04% ========================================== Files 12 12 Lines 836 956 +120 ========================================== + Hits 798 913 +115 - Misses 38 43 +5 ``` | [Files Changed](https://app.codecov.io/gh/larmarange/ggstats/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) | Coverage Δ | | |---|---|---| | [R/ggcoef\_model.R](https://app.codecov.io/gh/larmarange/ggstats/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9nZ2NvZWZfbW9kZWwuUg==) | `98.21% <95.83%> (-0.88%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mathewrm commented 12 months ago

Works as expected. Kudos!