@@ -59,21 +59,21 @@ Click on the buttons above to access the package
5959[ easystats blog] ( https://easystats.github.io/blog/posts/ ) , and check-out
6060these vignettes:
6161
62- - [ Types of
63- Correlation] ( https://easystats.github.io/correlation/articles/types.html )
64- - [ Multilevel
65- Correlations] ( https://easystats.github.io/correlation/articles/multilevel.html )
62+ - [ Types of
63+ Correlation] ( https://easystats.github.io/correlation/articles/types.html )
64+ - [ Multilevel
65+ Correlations] ( https://easystats.github.io/correlation/articles/multilevel.html )
6666
6767# Features
6868
6969The * correlation* package can compute many different types of
7070correlation, including:
7171
72- ✅ ** Pearson’s correlation** <br > ✅ ** Spearman’s rank correlation** <br > ✅
73- ** Kendall’s rank correlation** <br > ✅ ** Biweight midcorrelation** <br > ✅
74- ** Distance correlation** <br > ✅ ** Percentage bend correlation** <br > ✅
75- ** Shepherd’s Pi correlation** <br > ✅ ** Blomqvist’s coefficient** <br > ✅
76- ** Hoeffding’s D** <br > ✅ ** Gamma correlation** <br > ✅ ** Gaussian rank
72+ ✅ ** Pearson’s correlation** <br > ✅ ** Spearman’s rank correlation** <br >
73+ ✅ ** Kendall’s rank correlation** <br > ✅ ** Biweight midcorrelation** <br >
74+ ✅ ** Distance correlation** <br > ✅ ** Percentage bend correlation** <br >
75+ ✅ ** Shepherd’s Pi correlation** <br > ✅ ** Blomqvist’s coefficient** <br >
76+ ✅ ** Hoeffding’s D** <br > ✅ ** Gamma correlation** <br > ✅ ** Gaussian rank
7777correlation** <br > ✅ ** Point-Biserial and biserial correlation** <br > ✅
7878** Winsorized correlation** <br > ✅ ** Polychoric correlation** <br > ✅
7979** Tetrachoric correlation** <br > ✅ ** Multilevel correlation** <br >
@@ -201,14 +201,14 @@ It is very easy to switch to a **Bayesian framework**.
201201correlation(iris , bayesian = TRUE )
202202# # # Correlation Matrix (pearson-method)
203203# #
204- # # Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
205- # # ------------------------------------------------------------------------------------------------------
206- # # Sepal.Length | Sepal.Width | -0.11 | [-0.27 , 0.03 ] | 92.30 % | 43.55 % | Beta (3 +- 3) | 0.509
207- # # Sepal.Length | Petal.Length | 0.86 | [ 0.82, 0.90] | 100%*** | 0% | Beta (3 +- 3) | > 1000 ***
208- # # Sepal.Length | Petal.Width | 0.81 | [ 0.74 , 0.85 ] | 100%*** | 0% | Beta (3 +- 3) | > 1000 ***
209- # # Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.27] | 100%*** | 0% | Beta (3 +- 3) | > 1000 ***
210- # # Sepal.Width | Petal.Width | -0.35 | [-0.49, -0.21] | 100%*** | 0.02 % | Beta (3 +- 3) | > 1000 ***
211- # # Petal.Length | Petal.Width | 0.96 | [ 0.95 , 0.97] | 100%*** | 0% | Beta (3 +- 3) | > 1000 ***
204+ # # Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
205+ # # --------------------------------------------------------------------------------------------------------
206+ # # Sepal.Length | Sepal.Width | -0.11 | [-0.26 , 0.05 ] | 91.62 % | 44.12 % | Beta (3 +- 3) | 0.509
207+ # # Sepal.Length | Petal.Length | 0.86 | [ 0.82, 0.90] | 100%*** | 0% | Beta (3 +- 3) | 2.14e+43 ***
208+ # # Sepal.Length | Petal.Width | 0.81 | [ 0.75 , 0.86 ] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33 ***
209+ # # Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.27] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05 ***
210+ # # Sepal.Width | Petal.Width | -0.35 | [-0.49, -0.21] | 100%*** | 0.05 % | Beta (3 +- 3) | 5.29e+03 ***
211+ # # Petal.Length | Petal.Width | 0.96 | [ 0.94 , 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80 ***
212212# #
213213# # Observations: 150
214214```
0 commit comments