-
Hello,
i recently found out about this mod and am currently switching from the now discontinued Spark's Hammers Mod to Spark's Tools.
And for some reason when i edited the CustomTools.json to add mo…
-
`see` uses colors a lot to distinguish parameters, effect size, etc. For example:
``` r
library(effectsize)
#> Warning: package 'effectsize' was built under R version 4.2.2
library(see)
t_to_d(t …
-
We currently don't capture these in the table.
For example, `{effectsize}` is OK in dashboard, but has error in one of the additional checks.
cf. https://cran.r-project.org/web/checks/check_res…
-
``` r
options(warn = 2)
m
-
``` 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.ht…
-
Not sure if you think this fits into _effectsize_, but I'm missing convenient wrappers around common significance tests, including options to use weights. I have done this for now in _sjstats_:
https…
-
Following https://github.com/easystats/effectsize/pull/366, report should give an in-text mention to the one-sided CIs.
Information about the "side" can be found in the "alternative" attribute:
``…
-
https://github.com/melissagwolf/dynamic/issues/3
```R
get_dynamic
-
Currently the `show.std` arg in `tab_model` allows only for standardization of parameters via re-fitting.
I suggest using and supporting the options in `effectsize`:
1. When interaction are involv…
-
Initially, I wanted report to assemble the parameters table with the effect size table for parameters. Currently, the effect size table is retrieved via `effectsize()` and later assembled [here](https…