Skip to content

Commit e31942e

Browse files
Mention meta-package
easystats/easystats#308
1 parent b5f48c8 commit e31942e

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.Rmd

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Once you have downloaded the package, you can then load it using:
5252
library("correlation")
5353
```
5454

55+
> **Tip**
56+
>
57+
> **Instead of `library(datawizard)`, use `library(easystats)`.**
58+
> **This will make all features of the easystats-ecosystem available.**
59+
>
60+
> **To stay updated, use `easystats::install_latest()`.**
61+
5562
# Documentation
5663

5764
Check out package [website](https://easystats.github.io/correlation/) for documentation.

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ Once you have downloaded the package, you can then load it using:
4747
library("correlation")
4848
```
4949

50+
> **Tip**
51+
>
52+
> **Instead of `library(datawizard)`, use `library(easystats)`.** **This
53+
> will make all features of the easystats-ecosystem available.**
54+
>
55+
> **To stay updated, use `easystats::install_latest()`.**
56+
5057
# Documentation
5158

5259
Check out package [website](https://easystats.github.io/correlation/)
@@ -191,12 +198,12 @@ correlation(iris, bayesian = TRUE)
191198
##
192199
## Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
193200
## --------------------------------------------------------------------------------------------------------
194-
## Sepal.Length | Sepal.Width | -0.11 | [-0.27, 0.04] | 91.85% | 43.73% | Beta (3 +- 3) | 0.509
195-
## Sepal.Length | Petal.Length | 0.86 | [ 0.82, 0.91] | 100%*** | 0% | Beta (3 +- 3) | 2.14e+43***
196-
## Sepal.Length | Petal.Width | 0.81 | [ 0.75, 0.86] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33***
197-
## Sepal.Width | Petal.Length | -0.41 | [-0.55, -0.29] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05***
198-
## Sepal.Width | Petal.Width | -0.35 | [-0.50, -0.22] | 100%*** | 0.22% | Beta (3 +- 3) | 5.29e+03***
199-
## Petal.Length | Petal.Width | 0.96 | [ 0.94, 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80***
201+
## Sepal.Length | Sepal.Width | -0.11 | [-0.28, 0.04] | 91.75% | 43.62% | Beta (3 +- 3) | 0.509
202+
## Sepal.Length | Petal.Length | 0.86 | [ 0.82, 0.90] | 100%*** | 0% | Beta (3 +- 3) | 2.14e+43***
203+
## Sepal.Length | Petal.Width | 0.81 | [ 0.75, 0.85] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33***
204+
## Sepal.Width | Petal.Length | -0.41 | [-0.53, -0.28] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05***
205+
## Sepal.Width | Petal.Width | -0.35 | [-0.48, -0.21] | 100%*** | 0% | Beta (3 +- 3) | 5.29e+03***
206+
## Petal.Length | Petal.Width | 0.96 | [ 0.95, 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80***
200207
##
201208
## Observations: 150
202209
```

0 commit comments

Comments
 (0)