Skip to content

Commit d0ff821

Browse files
committed
Re-build README.Rmd
1 parent f6a16e3 commit d0ff821

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![total](https://cranlogs.r-pkg.org/badges/grand-total/effectsize)](https://cran.r-project.org/package=effectsize/)
77
[![status](https://tinyverse.netlify.com/badge/effectsize/)](https://CRAN.R-project.org/package=effectsize/)
88

9-
***Significant is just not enough!***
9+
***Significant is just not enough\!***
1010

1111
The goal of this package is to provide utilities to work with indices of
1212
effect size and standardized parameters, allowing computation and
@@ -37,9 +37,13 @@ install.packages("effectsize", repos = "https://easystats.r-universe.dev/")
3737
```
3838

3939
<!-- Or from *GitHub*: -->
40+
4041
<!-- ```{r, warning=FALSE, message=FALSE, eval=FALSE} -->
42+
4143
<!-- if (!require("remotes")) install.packages("remotes") -->
44+
4245
<!-- remotes::install_github("easystats/effectsize") -->
46+
4347
<!-- ``` -->
4448

4549
## Documentation
@@ -53,21 +57,21 @@ Click on the buttons above to access the package
5357
[**easystats blog**](https://easystats.github.io/blog/posts/), and
5458
check-out these vignettes:
5559

56-
- **Effect Sizes**
57-
- [**Parameter and Model
60+
- **Effect Sizes**
61+
- [**Parameter and Model
5862
Standardization**](https://easystats.github.io/effectsize/articles/standardize_parameters.html)
59-
- [**ANOVA Effect
63+
- [**ANOVA Effect
6064
Sizes**](https://easystats.github.io/effectsize/articles/anovaES.html)
61-
- [**Effect Sizes in Bayesian
65+
- [**Effect Sizes in Bayesian
6266
Models**](https://easystats.github.io/effectsize/articles/bayesian_models.html)
63-
- [**For Simple Hypothesis
67+
- [**For Simple Hypothesis
6468
Tests**](https://easystats.github.io/effectsize/articles/simple_htests.html)
65-
- **Effect Sizes Conversion**
66-
- [**Between Effect
69+
- **Effect Sizes Conversion**
70+
- [**Between Effect
6771
Sizes**](https://easystats.github.io/effectsize/articles/convert.html)
68-
- [**Effect Size from Test
72+
- [**Effect Size from Test
6973
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
7175
Size**](https://easystats.github.io/effectsize/articles/interpret.html)
7276

7377
# Features
@@ -241,7 +245,7 @@ interpret_cohens_d(d = 0.45, rules = "gignac2016")
241245

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

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

0 commit comments

Comments
 (0)