|
3 | 3 |
|
4 | 4 | [](https://doi.org/10.21105/joss.02306)
|
5 | 5 | [](https://cranlogs.r-pkg.org/)
|
6 |
| -[](https://CRAN.R-project.org/package=correlation) |
7 | 6 | <!-- [](https://cran.r-project.org/package=correlation) -->
|
8 | 7 |
|
9 | 8 | `correlation` is an
|
@@ -41,9 +40,9 @@ badge](https://easystats.r-universe.dev/badges/correlation)](https://easystats.r
|
41 | 40 | The *correlation* package is available on CRAN, while its latest
|
42 | 41 | development version is available on R-universe (from *rOpenSci*).
|
43 | 42 |
|
44 |
| -| Type | Source | Command | |
45 |
| -|-------------|------------|-------------------------------------------------------------------------------| |
46 |
| -| Release | CRAN | `install.packages("correlation")` | |
| 43 | +| Type | Source | Command | |
| 44 | +|----|----|----| |
| 45 | +| Release | CRAN | `install.packages("correlation")` | |
47 | 46 | | Development | R-universe | `install.packages("correlation", repos = "https://easystats.r-universe.dev")` |
|
48 | 47 |
|
49 | 48 | Once you have downloaded the package, you can then load it using:
|
@@ -203,11 +202,11 @@ correlation(iris, bayesian = TRUE)
|
203 | 202 | ##
|
204 | 203 | ## Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
|
205 | 204 | ## --------------------------------------------------------------------------------------------------------
|
206 |
| -## Sepal.Length | Sepal.Width | -0.11 | [-0.27, 0.04] | 92.15% | 42.58% | Beta (3 +- 3) | 0.509 |
| 205 | +## Sepal.Length | Sepal.Width | -0.11 | [-0.26, 0.04] | 92.53% | 42.52% | Beta (3 +- 3) | 0.509 |
207 | 206 | ## 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.74, 0.85] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33*** |
209 |
| -## Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.28] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05*** |
210 |
| -## Sepal.Width | Petal.Width | -0.35 | [-0.50, -0.21] | 100%*** | 0.12% | Beta (3 +- 3) | 5.29e+03*** |
| 207 | +## Sepal.Length | Petal.Width | 0.81 | [ 0.75, 0.86] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33*** |
| 208 | +## Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.27] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05*** |
| 209 | +## Sepal.Width | Petal.Width | -0.35 | [-0.48, -0.22] | 100%*** | 0.03% | Beta (3 +- 3) | 5.29e+03*** |
211 | 210 | ## Petal.Length | Petal.Width | 0.96 | [ 0.95, 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80***
|
212 | 211 | ##
|
213 | 212 | ## Observations: 150
|
|
0 commit comments