effectsize
, except for wilcoxonR()
from rcompanion
Data | Test | Function | Effect size | Function |
---|---|---|---|---|
P | T-Test | t.test(var.equal = TRUE) |
Cohen’s d | cohens_d() |
P | Welch T-Test | t.test(var.equal = FALSE) |
Cohen’s d | cohens_d() |
NP | Mann–Whitney U | wilcox.test(paired = FALSE) |
Rank-biserial r or Wilcoxon R | rank_biserial() or wilcoxonR() |
Note: P … Parametric | NP … Non-parametric |