report
report copied to clipboard
:scroll: :tada: Automated reporting of objects in R
**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....
report() works for stats::cor.test() but not correlation::cor_test() (and correlation::correlation)
**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...
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...
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...
**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,...
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...
Error in report_random.default(x) : Oops, objects of class [geeglm, gee, glm, lm] are not supported (yet) by report_random() :(
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...
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...