Skip to content

Commit fe6bd03

Browse files
correct package name
1 parent e860d5b commit fe6bd03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library("correlation")
5454

5555
> **Tip**
5656
>
57-
> **Instead of `library(datawizard)`, use `library(easystats)`.**
57+
> **Instead of `library(correlation)`, use `library(easystats)`.**
5858
> **This will make all features of the easystats-ecosystem available.**
5959
>
6060
> **To stay updated, use `easystats::install_latest()`.**

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ library("correlation")
4949

5050
> **Tip**
5151
>
52-
> **Instead of `library(datawizard)`, use `library(easystats)`.** **This
53-
> will make all features of the easystats-ecosystem available.**
52+
> **Instead of `library(correlation)`, use `library(easystats)`.**
53+
> **This will make all features of the easystats-ecosystem available.**
5454
>
5555
> **To stay updated, use `easystats::install_latest()`.**
5656
@@ -198,11 +198,11 @@ correlation(iris, bayesian = TRUE)
198198
##
199199
## Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
200200
## --------------------------------------------------------------------------------------------------------
201-
## Sepal.Length | Sepal.Width | -0.11 | [-0.28, 0.04] | 91.75% | 43.62% | Beta (3 +- 3) | 0.509
201+
## Sepal.Length | Sepal.Width | -0.11 | [-0.26, 0.05] | 91.38% | 43.45% | Beta (3 +- 3) | 0.509
202202
## 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***
203+
## Sepal.Length | Petal.Width | 0.81 | [ 0.74, 0.86] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33***
204+
## Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.27] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05***
205+
## Sepal.Width | Petal.Width | -0.35 | [-0.48, -0.21] | 100%*** | 0.25% | Beta (3 +- 3) | 5.29e+03***
206206
## Petal.Length | Petal.Width | 0.96 | [ 0.95, 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80***
207207
##
208208
## Observations: 150

0 commit comments

Comments
 (0)