IndrajeetPatil / pairwiseComparisons

Pairwise comparison tests for one-way designs 🔬📝

Home Page:https://indrajeetpatil.github.io/pairwiseComparisons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use `statsExpressions` for Bayesian test?

IndrajeetPatil opened this issue · comments

Doesn't really add that many new dependencies, since ipmisc anyways relies on tidyr.

setdiff(
  tools::package_dependencies("statsExpressions")$statsExpressions,
  tools::package_dependencies("pairwiseComparisons")$pairwiseComparisons
)
#> [1] "correlation" "effectsize"  "performance" "tidyr"

Created on 2021-06-08 by the reprex package (v2.0.0)