Skip to content

Commit

Permalink
require latest see
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 24, 2023
1 parent 060f3fe commit 64e2626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Suggests:
rmarkdown,
rmcorr,
rstanarm,
see,
testthat (>= 3.1.6),
see (>= 0.7.5),
testthat (>= 3.1.7),
tidygraph,
wdm,
WRS2
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ correlation(iris, bayesian = TRUE)
##
## Parameter1 | Parameter2 | rho | 95% CI | pd | % in ROPE | Prior | BF
## --------------------------------------------------------------------------------------------------------
## Sepal.Length | Sepal.Width | -0.11 | [-0.25, 0.04] | 91.83% | 44.02% | Beta (3 +- 3) | 0.509
## Sepal.Length | Petal.Length | 0.86 | [ 0.81, 0.90] | 100%*** | 0% | Beta (3 +- 3) | 2.14e+43***
## Sepal.Length | Petal.Width | 0.81 | [ 0.75, 0.86] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33***
## Sepal.Length | Sepal.Width | -0.11 | [-0.27, 0.04] | 92.15% | 42.58% | Beta (3 +- 3) | 0.509
## Sepal.Length | Petal.Length | 0.86 | [ 0.82, 0.90] | 100%*** | 0% | Beta (3 +- 3) | 2.14e+43***
## Sepal.Length | Petal.Width | 0.81 | [ 0.74, 0.85] | 100%*** | 0% | Beta (3 +- 3) | 2.62e+33***
## Sepal.Width | Petal.Length | -0.41 | [-0.54, -0.28] | 100%*** | 0% | Beta (3 +- 3) | 3.49e+05***
## Sepal.Width | Petal.Width | -0.35 | [-0.49, -0.21] | 100%*** | 0.07% | Beta (3 +- 3) | 5.29e+03***
## Sepal.Width | Petal.Width | -0.35 | [-0.50, -0.21] | 100%*** | 0.12% | Beta (3 +- 3) | 5.29e+03***
## Petal.Length | Petal.Width | 0.96 | [ 0.95, 0.97] | 100%*** | 0% | Beta (3 +- 3) | 1.24e+80***
##
## Observations: 150
Expand Down

0 comments on commit 64e2626

Please sign in to comment.