Skip to content

Commit

Permalink
Re-build README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 14, 2022
1 parent f6a16e3 commit d0ff821
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![total](https://cranlogs.r-pkg.org/badges/grand-total/effectsize)](https://cran.r-project.org/package=effectsize/)
[![status](https://tinyverse.netlify.com/badge/effectsize/)](https://CRAN.R-project.org/package=effectsize/)

***Significant is just not enough!***
***Significant is just not enough\!***

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

<!-- Or from *GitHub*: -->

<!-- ```{r, warning=FALSE, message=FALSE, eval=FALSE} -->

<!-- if (!require("remotes")) install.packages("remotes") -->

<!-- remotes::install_github("easystats/effectsize") -->

<!-- ``` -->

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

- **Effect Sizes**
- [**Parameter and Model
- **Effect Sizes**
- [**Parameter and Model
Standardization**](https://easystats.github.io/effectsize/articles/standardize_parameters.html)
- [**ANOVA Effect
- [**ANOVA Effect
Sizes**](https://easystats.github.io/effectsize/articles/anovaES.html)
- [**Effect Sizes in Bayesian
- [**Effect Sizes in Bayesian
Models**](https://easystats.github.io/effectsize/articles/bayesian_models.html)
- [**For Simple Hypothesis
- [**For Simple Hypothesis
Tests**](https://easystats.github.io/effectsize/articles/simple_htests.html)
- **Effect Sizes Conversion**
- [**Between Effect
- **Effect Sizes Conversion**
- [**Between Effect
Sizes**](https://easystats.github.io/effectsize/articles/convert.html)
- [**Effect Size from Test
- [**Effect Size from Test
Statistics**](https://easystats.github.io/effectsize/articles/from_test_statistics.html)
- [**Automated Interpretation of Indices of Effect
- [**Automated Interpretation of Indices of Effect
Size**](https://easystats.github.io/effectsize/articles/interpret.html)

# Features
Expand Down Expand Up @@ -241,7 +245,7 @@ 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
- 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

Expand Down

0 comments on commit d0ff821

Please sign in to comment.