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** I noticed I was getting different Cohen's _d_ values using the `report` function on a `t.test` model object, than when getting the value directly from other packages....

enhancement :boom:

**Describe the bug** I'm not sure if report() is intended to work with the correlation::cor_test() and correlation::correlation() but since they are very nice improvements on the stats::cor.test() function it would...

enhancement :boom:

Since `report` calls `effectsize` on model objects to compute effect sizes, `effectsize` often needs to use an approximation in case `insight::get_data()` doesn't work. I think the `report` output should somehow...

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

It would be nice if report would support `brm` models that include standard errors. This would really facilitate using the package for reporting on meta-analyses. Right now, I get an...

bug :bug:

**Describe the bug** R studio crashes with large brms models when using report **To Reproduce** Create a "large" brms model e.g. 20'000 iter total, e.g. : model_small = brm(bf, data=data,...

bug :bug:
3 investigators :grey_question::question:

When being confronted with ceiling or floor effects, comparison of variances are a good first clue (variance gets restricted). Thus, it would be nice to have an APA output for...

feature idea :fire:

Error in report_random.default(x) : Oops, objects of class [geeglm, gee, glm, lm] are not supported (yet) by report_random() :(

feature idea :fire:

A good idea might be the creation of report for geographically weighted regression (GWR) model. It is a widely used local regression analysis (mostly utilized as an explanatory tool but...

feature idea :fire:

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

docs :books: