effectsize
effectsize copied to clipboard
:dragon: Compute and work with indices of effect size and standardized parameters
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...
$$ 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).
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...
Closes #568 - [ ] OR to prob - [ ] logOR to prob - [ ] RR to prob - [ ] ARR to prob - [ ] NNT...
``` convert_oddsratio_to_odds
**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...
Automatically updated the `DESCRIPTION` file using `usethis::use_latest_dependencies()`.
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...