Dominique Makowski
Dominique Makowski
Seeing the recent great developments and support for more models etc., I was wondering about the scope of the package, as it seems that it's composed of two core sets...
Is there any integration between github and Rnotebooks? Like the one with jupyter notebooks, that are nicely displayed on github. I've tried to save the notebooks in different formats (.html,...
I am trying to adjust the order of the guides in the legend. For instance, having the size guide below the color guide: ``` r library(ggplot2) library(patchwork) p6
Please see the problems shown on . Please correct before 2022-08-22 to safely retain your package on CRAN.
Currently, we have [utils_combine_tables.R](https://github.com/easystats/report/blob/main/R/utils_combine_tables.R), but it's very basic. Having a robust `.combine_tables(param_table, effectsize_table, performance_table)` that follows APA-style tables for regression & best practices would be 👌 - [ ] question:...
> Similar to report package natural language summaries, I have also tried to generate summary sentences from survival models. I wanted to share it here and ask for comments, since...
As a reminder for us, `report` aimed at helping users in this last mile, from "I have the results in R" to "I have the results written in a scientific...
Once `correlation` and `estimate` are on CRAN, report will go in, with a high priority to make it citeable. I think that it makes sense to associate all contributors of...
As the text (especially the fulltext) can become a bit lengthy (for instance in the case of Bayesian models), I am wondering about the possibility of adding some "contrast" to...
Initially, I wanted report to assemble the parameters table with the effect size table for parameters. Currently, the effect size table is retrieved via `effectsize()` and later assembled [here](https://github.com/easystats/report/blob/master/R/utils_combine_tables.R#L2). But...