Joseph Larmarange

Results 148 comments of Joseph Larmarange

Did you try `scale_x_productlist(position = "top")` ?

It is more flexible that `fullrange` and quite useful to extend a line only to the left to show the intercept. Currently `fullrange = TRUE` extend to both side. There...

Just adding on that request. The `tidy()` method is used in many places. `exponentiate` is a common arg regarding that method. It would be relevant to implement it here. And...

There are two things to consider: 1. Do we have a tidy() method for `CMAverse::svymultinom()`. I know that `svrepmisc::svymultinom()` implementation (using the same aproach) does have it. 2. `tbl_regression()` needs...

Once again, for a proper support, we need first to fix #1540 and then to update `broom.helpers` accordingly Best regards

If I may, some additional thoughts. If the "theme env" is saved with the tbl object, you could consider two different options: `set_gtsummary_theme()` to change overall the theme elements for...

Also, an internal function called when package is loaded to fix the default values at once would be relevant, to avoid indicating default values within each function.

Hi. Can you reproduce the bug with a public datasey? We need a reproductive example to investigate the issue.

Something is strange. As long as you transform the vector, everything works OK. Only column percentages are concerned. ``` r library(readr) subset_smoke_vars Rows: 2483 Columns: 5 #> ── Column specification...