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

``` r library(report) #> report is in alpha - help us improve by reporting bugs on github.com/easystats/report/issues report(stats::chisq.test(table(mtcars$am))) #> Error in report_effectsize.htest(x, ...): This type of test is not supported...

enhancement :boom:

**Describe the solution you'd like** The design concept of Report is exciting. But I think rstatix do ANOVA better than aov or lmerTest packages. I tried using Report for rstatix...

enhancement :boom:

For nice printing within knitr, when we don't want "basic text" or markdown formatting. ![image](https://user-images.githubusercontent.com/26301769/93606699-b1346d80-f9c8-11ea-9162-c9ae432dcb5f.png)

feature idea :fire:
what's your opinion :hear_no_evil:

```r library(lavaan) structure

feature idea :fire:

I think the package is great and will help many many people! However, i scientific writing, often Latex is used (e.g., [Overleaf](https://www.overleaf.com/)). In Latex, there are some specific [characters](https://en.wikibooks.org/wiki/LaTeX/Special_Characters) that...

enhancement :boom:

So we can add a p-value column, when summary table is grouped.

enhancement :boom:

Currently returns only text. should we change its ouput to a "report"-like output with tables, long-text etc.?

feature idea :fire:
enhancement :boom:

Related to https://github.com/easystats/parameters/issues/305, I'd say once _insight_ is updated and provides a `get_sigma()` function, we should include the residual standard deviation in the (long) text-output from `report()`.

what's your opinion :hear_no_evil:
enhancement :boom:

I noticed that report() of an anova() object does not provide correct/complete output for regression models (eg lm, lmer, glm). In particular, it could be very helpful if report() could...

enhancement :boom:

**Describe the solution you'd like** My [codebook](https://github.com/rubenarslan/codebook) package does, I guess, a very extensive report on a dataset. I'm using rmarkdown partials for this, i.e. markdown that is echoed with...

feature idea :fire: