Skip to content

Commit

Permalink
Merge branch 'main' into paired-d-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb authored Nov 6, 2023
2 parents 716a95d + 448e39b commit 034955a
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ publication/*
^\.httr-oauth$
^CRAN-RELEASE$
tests\^spelling
^LICENSE
^\.lintr$
^\.circleci$
^tests/manual$
Expand All @@ -52,4 +51,5 @@ hextools
\.code-workspace$
# Flip these two to no build vignettes:
# ^vignettes/(?!additional).*
^vignettes/additional
^vignettes/additional
^LICENSE\.md$
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.1),
insight (>= 0.19.5),
parameters (>= 0.21.1),
performance (>= 0.10.5),
datawizard (>= 0.8.0),
insight (>= 0.19.6),
parameters (>= 0.21.2),
performance (>= 0.10.8),
datawizard (>= 0.9.0),
stats,
utils
Suggests:
Expand Down
23 changes: 2 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
# MIT License

Copyright (c) 2023 easystats team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
YEAR: 2023
COPYRIGHT HOLDER: effectsize authors
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MIT License

Copyright (c) 2023 effectsize authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
44 changes: 23 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,24 @@ Click on the buttons above to access the package
[**easystats blog**](https://easystats.github.io/blog/posts/), and
check-out these vignettes:

- **Effect Sizes**
- [**Standardized
Differences**](https://easystats.github.io/effectsize/articles/standardized_differences.html)
- [**For Contingency
Tables**](https://easystats.github.io/effectsize/articles/xtabs.html)
- [**ANOVA Effect
Sizes**](https://easystats.github.io/effectsize/articles/anovaES.html)
- **Effect Sizes Conversion**
- [**Between Effect
Sizes**](https://easystats.github.io/effectsize/articles/convert_r_d_OR.html)
- [**Between Probabilities and Odds and Risk
Ratios**](https://easystats.github.io/effectsize/articles/convert_p_OR_RR.html)
- [**Effect Size from Test
Statistics**](https://easystats.github.io/effectsize/articles/from_test_statistics.html)
- [**Automated Interpretation of Indices of Effect
Size**](https://easystats.github.io/effectsize/articles/interpret.html)
- **Effect Sizes**
- [**Standardized
Differences**](https://easystats.github.io/effectsize/articles/standardized_differences.html)
- [**For Contingency
Tables**](https://easystats.github.io/effectsize/articles/xtabs.html)
- [**ANOVA Effect
Sizes**](https://easystats.github.io/effectsize/articles/anovaES.html)
- **Effect Sizes Conversion**
- [**Between Effect
Sizes**](https://easystats.github.io/effectsize/articles/convert_r_d_OR.html)
- [**Between Probabilities and Odds and Risk
Ratios**](https://easystats.github.io/effectsize/articles/convert_p_OR_RR.html)
- [**Effect Size from Test
Statistics**](https://easystats.github.io/effectsize/articles/from_test_statistics.html)
- [**Plotting Functions for the ‘effectsize’
Package**](https://easystats.github.io/see/articles/effectsize.html)
- [**Automated Interpretation of Indices of Effect
Size**](https://easystats.github.io/effectsize/articles/interpret.html)

# Features

Expand Down Expand Up @@ -122,7 +124,7 @@ language effect sizes* and more…
### Contingency Tables

``` r
# Dependence
# Dependence
phi(mtcars$am, mtcars$vs)
## ϕ (adj.) | 95% CI
## -----------------------
Expand All @@ -143,7 +145,7 @@ fei(table(mtcars$cyl), p = c(0.1, 0.3, 0.6))
## -------------------
## 0.27 | [0.17, 1.00]
##
## - Adjusted for non-uniform expected probabilities.
## - Adjusted for uniform expected probabilities.
## - One-sided CIs: upper bound fixed at [1.00].
```

Expand Down Expand Up @@ -256,9 +258,9 @@ interpret_cohens_d(d = 0.45, rules = "gignac2016")

In order to cite this package, please use the following citation:

- Ben-Shachar M, Lüdecke D, Makowski D (2020). effectsize: Estimation
of Effect Size Indices and Standardized Parameters. *Journal of Open
Source Software*, *5*(56), 2815. doi: 10.21105/joss.02815
- Ben-Shachar M, Lüdecke D, Makowski D (2020). effectsize: Estimation of
Effect Size Indices and Standardized Parameters. *Journal of Open
Source Software*, *5*(56), 2815. doi: 10.21105/joss.02815

Corresponding BibTeX entry:

Expand Down

0 comments on commit 034955a

Please sign in to comment.