larmarange / broom.helpers

A set of functions to facilitate manipulation of tibbles produced by broom
https://larmarange.github.io/broom.helpers/
GNU General Public License v3.0
21 stars 8 forks source link

New argument `contrasts_adjust` #212

Closed larmarange closed 1 year ago

larmarange commented 1 year ago

in tidy_plus_plus(), tidy_add_pairwise_contrasts() and model_get_pairwise_contrasts() allowing to change the adjustment method used to compute pairwise contrasts

fix #204

codecov[bot] commented 1 year ago

Codecov Report

Merging #212 (c3d533f) into main (4fecf69) will decrease coverage by 0.25%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/larmarange/broom.helpers/pull/212/graphs/tree.svg?width=650&height=150&src=pr&token=onefg3YI04&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange)](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) ```diff @@ Coverage Diff @@ ## main #212 +/- ## ========================================== - Coverage 96.77% 96.52% -0.25% ========================================== Files 43 43 Lines 2326 2333 +7 ========================================== + Hits 2251 2252 +1 - Misses 75 81 +6 ``` | [Impacted Files](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) | Coverage Δ | | |---|---|---| | [R/model\_get\_pairwise\_contrasts.R](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9tb2RlbF9nZXRfcGFpcndpc2VfY29udHJhc3RzLlI=) | `90.24% <100.00%> (+1.35%)` | :arrow_up: | | [R/tidy\_add\_pairwise\_contrasts.R](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui90aWR5X2FkZF9wYWlyd2lzZV9jb250cmFzdHMuUg==) | `89.18% <100.00%> (+0.30%)` | :arrow_up: | | [R/tidy\_plus\_plus.R](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui90aWR5X3BsdXNfcGx1cy5S) | `100.00% <100.00%> (ø)` | | | [R/model\_get\_model\_matrix.R](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9tb2RlbF9nZXRfbW9kZWxfbWF0cml4LlI=) | `79.31% <0.00%> (-17.25%)` | :arrow_down: | | [R/model\_get\_terms.R](https://codecov.io/gh/larmarange/broom.helpers/pull/212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9tb2RlbF9nZXRfdGVybXMuUg==) | `90.90% <0.00%> (-9.10%)` | :arrow_down: |