Joseph Larmarange
Joseph Larmarange
I have developed a new stat for `ggplot2` allowing to compute proportions according to a specified denominator. For example, it allows to compute and to display column proportion on a...
The use of variable labels defined through the "label" attributes (cf. `haven` and `labelled` packages) is becoming more and more common. They are displayed in RStudio viewer. They are automatically...
It could be relevant to add a `suppressWarnings()` here: https://github.com/ddsjoberg/gtsummary/blob/cf07f8b80ec5d7ffa54b9c48b968aab551ca124f/R/custom_tidiers.R#L257 to avoid warnings in cases like: ``` r mod Warning: Unknown or uninitialised column: `term`. #> Unknown or uninitialised column:...
fix #126 still exploratory similarly, set_varaiable_labels(), set_na_values() and set_na_range() should be updated as well
Would it be a way to keep a track of identified autolinks, for example by saving a tibble indicating the list of links (name, link, type ie function package or...
When importing a poster from HAL, it is imported as a Document. It would be better to import it as a presentation, with "poster" in the type field. An example...
The `xseq` argument is a sort of hidden option for `stat_smooth()` allowing to select where to draw the smooth line. Would it be relevant to mention it in the documentation...
`tidy.cch()` is not consistent with other tidiers: - it does not have a `conf.int` argument like other similar tidiers - it does not have an `exponentiate` argument while such option...
Dear @ddsjoberg I'm currently adding support for zero-inflated models in `broom.helpers`, cf. https://github.com/larmarange/broom.helpers/pull/233 With such models, you end-up with two sets of coefficients, for the two components of the model...
Sometimes, when using a `by` argument with `tbl_summary()`, it could be relevant to have an overall row at the beginning or the end of the table (similar to what already...