6
6
[ ![ total] ( https://cranlogs.r-pkg.org/badges/grand-total/effectsize )] ( https://cran.r-project.org/package=effectsize/ )
7
7
[ ![ status] ( https://tinyverse.netlify.com/badge/effectsize/ )] ( https://CRAN.R-project.org/package=effectsize/ )
8
8
9
- *** Significant is just not enough!***
9
+ *** Significant is just not enough\ !***
10
10
11
11
The goal of this package is to provide utilities to work with indices of
12
12
effect size and standardized parameters, allowing computation and
@@ -37,9 +37,13 @@ install.packages("effectsize", repos = "https://easystats.r-universe.dev/")
37
37
```
38
38
39
39
<!-- Or from *GitHub*: -->
40
+
40
41
<!-- ```{r, warning=FALSE, message=FALSE, eval=FALSE} -->
42
+
41
43
<!-- if (!require("remotes")) install.packages("remotes") -->
44
+
42
45
<!-- remotes::install_github("easystats/effectsize") -->
46
+
43
47
<!-- ``` -->
44
48
45
49
## Documentation
@@ -53,21 +57,21 @@ Click on the buttons above to access the package
53
57
[ ** easystats blog** ] ( https://easystats.github.io/blog/posts/ ) , and
54
58
check-out these vignettes:
55
59
56
- - ** Effect Sizes**
57
- - [ ** Parameter and Model
60
+ - ** Effect Sizes**
61
+ - [ ** Parameter and Model
58
62
Standardization** ] ( https://easystats.github.io/effectsize/articles/standardize_parameters.html )
59
- - [ ** ANOVA Effect
63
+ - [ ** ANOVA Effect
60
64
Sizes** ] ( https://easystats.github.io/effectsize/articles/anovaES.html )
61
- - [ ** Effect Sizes in Bayesian
65
+ - [ ** Effect Sizes in Bayesian
62
66
Models** ] ( https://easystats.github.io/effectsize/articles/bayesian_models.html )
63
- - [ ** For Simple Hypothesis
67
+ - [ ** For Simple Hypothesis
64
68
Tests** ] ( https://easystats.github.io/effectsize/articles/simple_htests.html )
65
- - ** Effect Sizes Conversion**
66
- - [ ** Between Effect
69
+ - ** Effect Sizes Conversion**
70
+ - [ ** Between Effect
67
71
Sizes** ] ( https://easystats.github.io/effectsize/articles/convert.html )
68
- - [ ** Effect Size from Test
72
+ - [ ** Effect Size from Test
69
73
Statistics** ] ( https://easystats.github.io/effectsize/articles/from_test_statistics.html )
70
- - [ ** Automated Interpretation of Indices of Effect
74
+ - [ ** Automated Interpretation of Indices of Effect
71
75
Size** ] ( https://easystats.github.io/effectsize/articles/interpret.html )
72
76
73
77
# Features
@@ -241,7 +245,7 @@ interpret_cohens_d(d = 0.45, rules = "gignac2016")
241
245
242
246
In order to cite this package, please use the following citation:
243
247
244
- - Ben-Shachar M, Lüdecke D, Makowski D (2020). effectsize: Estimation
248
+ - Ben-Shachar M, Lüdecke D, Makowski D (2020). effectsize: Estimation
245
249
of Effect Size Indices and Standardized Parameters. * Journal of Open
246
250
Source Software* , * 5* (56), 2815. doi: 10.21105/joss.02815
247
251
0 commit comments