report icon indicating copy to clipboard operation
report copied to clipboard

:scroll: :tada: Automated reporting of objects in R

Results 121 report issues
Sort by recently updated
recently updated
newest added

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!

feature idea :fire:

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 !

feature idea :fire:

**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...

bug :bug:
enhancement :boom:

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...

bug :bug:

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...

feature idea :fire:

**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.

feature idea :fire:

> 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...

enhancement :boom: