Lakens / TOSTER

TOST equivalence test and power functions
35 stars 18 forks source link

Implement robust test #13

Closed jdittrich closed 1 year ago

jdittrich commented 7 years ago

Story: I want to apply the TOST on a sample that is not ideal for a t-test: Outliers, non-normal distribution or even ordinal data.

Possible solution: Instead of a t-Test, use

Both, Man-W-U and Wilcoxon-s-r tests are implemented in the R base package: http://stat.ethz.ch/R-manual/R-patched/library/stats/html/wilcox.test.html

Lakens commented 7 years ago

I agree this is a desirable test to add. I'm working on some new functions for proportions, and updating the power functions so they calculate power, given a sample size. But after that.

HRDudeness commented 5 years ago

I would also like to see an implementation of non-parametric equivalence test and/or an option for Bootstrapping parameters.

arcaldwell49 commented 1 year ago

See documentation