You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`correlation` is an [**easystats**](https://github.com/easystats/easystats) package focused on correlation analysis. It's lightweight, easy to use, and allows for the computation of many different kinds of correlations, such as **partial** correlations, **Bayesian** correlations, **multilevel** correlations, **polychoric** correlations, **biweight**, **percentage bend** or **Sheperd's Pi** correlations (types of robust correlation), **distance** correlation (a type of non-linear correlation) and more, also allowing for combinations between them (for instance, *Bayesian partial multilevel correlation*).
27
27
@@ -36,8 +36,7 @@ Makowski, D., Wiernik, B. M., Patil, I., Lüdecke, D., \& Ben-Shachar, M. S. (20
36
36
37
37
# Installation
38
38
39
-
[](https://cran.r-project.org/package=correlation)[](https://easystats.r-universe.dev)[](https://github.com/easystats/correlation/actions)
[](https://cran.r-project.org/package=correlation)[](https://easystats.r-universe.dev)[](https://app.codecov.io/gh/easystats/correlation)
41
40
42
41
The *correlation* package is available on CRAN, while its latest development version is available on R-universe (from _rOpenSci_).
43
42
@@ -54,13 +53,18 @@ library("correlation")
54
53
55
54
> **Tip**
56
55
>
57
-
> **Instead of `library(correlation)`, use `library(easystats)`.**
58
-
> **This will make all features of the easystats-ecosystem available.**
56
+
> Instead of `library(bayestestR)`, use `library(easystats)`.
57
+
> This will make all features of the easystats-ecosystem available.
59
58
>
60
-
> **To stay updated, use `easystats::install_latest()`.**
59
+
> To stay updated, use `easystats::install_latest()`.
0 commit comments