Joseph Larmarange

Results 148 comments of Joseph Larmarange

Maybe something related to this part of the code: https://github.com/ddsjoberg/gtsummary/blob/89752920785c55250099134dca36af611fbb9b3f/R/tbl_svysummary.R#L730-L741 We are using `oldsvyquantile()` here which cannot compute quantiles in such situation, resulting in `NA`. It seems that the new...

Hi I do not think that the `keep.var` arg should be used with the new version. See: ``` r library(survey) #> Le chargement a nécessité le package : grid #>...

Results are different as the new default rule for computing the quantiles is not the same.

betarag models are also multicomponent models. Therefore, we should be more general. More precisely, we should check (1) if there is a `"component"` column in the result returned by `tidy_plus_plus()`,...

> Are you interested in submitting a pull requst? @larmarange are you open to an update that would handle `svrepdesign()` objects as well? No problem. 😊

Both are proportions. Maybe we should update the documentation to avoid any confusion. By default, p is styled with style_percent. When you customize displayed stats, you should also update digits...