report
report copied to clipboard
:scroll: :tada: Automated reporting of objects in R
Please see the problems shown on . Please correct before 2022-08-22 to safely retain your package on CRAN.
It would be great if report could support clmm reporting. Thank you!
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:...
It would be great to have support for TukeyHSD() after having done a simple one way anova. Thanks !
**Describe the bug** group_by(factor) %>% report() returns summary statistics by grouping factor. However, when converted to a table using as.data.frame() as indicated in the documentation, only one level of the...
A simple shapiro.test doesn't seem to work with report... is that expected or normal ? ``` shapiro.test(data$mean) -> shapiro report(shapiro) Error in UseMethod("format_value") : no applicable method for 'format_value' applied...
Adding functionality for reporting the results of a chi-square test output (and other nonparametric tests). Thank you for all of your work!!
First of all thanks for that amazing package!!! Reporting categorical Chi-Square, Fisher's test, Kruskal-Wallis, Friedman, Levene's test would be cool! But the most confusing thing in stats and (I am...
**Describe the solution you'd like** Add report methods for generalized additive models and smooth terms. **How could we do it?** Like other previously added methods if plausible.
> 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...