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

**Question and context** For a specific research question i fitted a generalized linear mixed model using a poisson link function due to the characteristics of my data. For reporting purposes...

We should attempt to clean-up names in outputs (`airquality$Month` instead of `as.factor(airquality$Month)`) (discussed initially in #397). E.g., ``` r library(report) x Warning: Missing values detected. NAs dropped. #> Effect sizes...

enhancement :boom:

**Question and context** Based on [this documentation](https://easystats.github.io/report/reference/report.estimate_contrasts.html) and [discussion here](https://github.com/easystats/report/issues/371), my understanding is that `report()` should return a little write-up summarising the results of an `estimate_contrasts` object. However, when I...

waiting for response :love_letter:

`oneway.test`: ``` r library(report) library(effectsize) packageVersion("report") #> [1] '0.5.5.3' x Eta2 | 95% CI #> ------------------- #> 0.16 | [0.00, 1.00] #> #> - One-sided CIs: upper bound fixed at...

bug :bug:

**Describe the bug** `report::report` fails when model is built using reformulate. **To Reproduce** See the following reprex: ``` r library(report) model Sepal.Length ~ Species #> attr(,"variables") #> list(Sepal.Length, Species) #>...

bug :bug:

In the example provided: ``` report_performance(lm(Sepal.Length ~ Petal.Length * Species, data = iris)) #> The model explains a statistically significant and substantial proportion of #> variance (R2 = 0.84, F(5,...

question :interrobang:

Maybe I am missing something, but is there a way to avoid always refitting brms models using the report function? I have pretty large models and using report will either...

3 investigators :grey_question::question:

in model_dashboard: Regression model summary from {easystats}, model fit and textual summary: `Oops, objects of class [gamm, list] are not supported (yet) by report_performance() :(

feature idea :fire:

**Describe the bug** Emmeans in general and beta regression in particular are not supported by the "report" package. Would be nice if it worked: **To Reproduce** d % mutate(mpg =...

feature idea :fire:

**Describe the solution you'd like** A clear and concise description of what you want to happen. I have a list of htests from a for-loop. It would be wonderful If...

feature idea :fire:
waiting for response :love_letter:
reprex :bar_chart: