Joseph Larmarange

Results 148 comments of Joseph Larmarange

In case it could be useful for you, `gtsummary::tbl_regression()` now relies on `broom.helpers` package: https://larmarange.github.io/broom.helpers/

Should be implemented in `broom.helpers`. Let me explore it

A quick comment. So far, `broom.helpers` computes for coxph models a number of observations, a number of event and exposure time globally and for each level of a categorical variable....

@ddsjoberg I completely agree that we cannot cover all cases and I do not plan to cover all of them in `broom.helpers`. However, considering that some of the code is...

There is still the question of upgrading add_n() to select a specific column of the tibble returned by broom.helpers, and refactoring add_nevent as a specific case of add_n(). But considering...

I understand the issue of figures and tables occupying the full width. It's therefore not possible to include a TOC in the gutter. Would an animated closable side navigation menu...

> If we wanted to make the TOC more accessible, we could do something similar to what we currently do for the navbar (show it as soon as the user...

@ddsjoberg As you added a `plot()` method to pass a tbl_regression table to `GGally::ggcoel_model`, it should be possible to develop a `foresplot()` method to pass a tbl_regression table to `forestplot::foresplot()`....

@ddsjoberg Not sure I see the link with `tbl_strata(~tbl_uvregression(...))`. At that step, I have the feeling that it should/could be relatively simple, with a function `draw_forestplot()` just applied to the...