effectsize icon indicating copy to clipboard operation
effectsize copied to clipboard

:dragon: Compute and work with indices of effect size and standardized parameters

Results 35 effectsize issues
Sort by recently updated
recently updated
newest added

Fixes easystats/report#245 --- ``` r # Load effectsize devtools::load_all(".../forks/effectsize") # "Right" method y Cohen's d | 95% CI #> -------------------------- #> -1.70 | [-2.55, -0.82] #> #> - Estimated using...

WIP 👷‍♂️

$$ d_{Cox} = \ln(OR) / 1.65 $$ Also note that since these are linear transformations, the SE of the resulting d is the transformed SE of the log(OR).

enhancement 🔥

For $\phi$, the small-sample bias corrected estimate is: $$ \widetilde{\phi} = \sqrt{\phi^2 - \frac{df}{N-1}} $$ This comes from the non-central $\chi^2$ distribution, where $E[\hat{\chi^2}] = df + \phi ^2 \times...

enhancement 🔥
Discussion 🦜

Closes #568 - [ ] OR to prob - [ ] logOR to prob - [ ] RR to prob - [ ] ARR to prob - [ ] NNT...

This would be a nice thing to add

enhancement 🔥

**Describe the solution you'd like** The current `eta_squared` function appears to return partial eta squared values based on type I SS. It is generally reckoned those are not very useful...

enhancement 🔥

Automatically updated the `DESCRIPTION` file using `usethis::use_latest_dependencies()`.

auto-update

To avoid exposing users to warnings about the changes in interface: > Error: (converted from warning) Argument `effectsize_type` is deprecated. Use `es_type` instead.

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