Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add power analysis to hypothesis tests #120

Open
krajcsi opened this issue Dec 20, 2019 · 1 comment
Open

Add power analysis to hypothesis tests #120

krajcsi opened this issue Dec 20, 2019 · 1 comment

Comments

@krajcsi
Copy link
Contributor

krajcsi commented Dec 20, 2019

Sensitivity analysis. Before presenting the hypothesis test result, display the minimum effect size that might have appropriate power with the given sample size.

Retrospective interval analysis. Consider adding a a retrospective analysis based not only on a point estimation of the effect size but on an interval estimation of the effect size. The result would be an interval of possible retrospective power.

@krajcsi
Copy link
Contributor Author

krajcsi commented Mar 21, 2020

Already implemented sensitivity analyses:

    • Shapiro-Wilk test
    • One-sample t-test
    • Wilcoxon signed-rank test
    • Pearson correlation hypothesis test
    • Spearman correlation hypothesis test
    • Chi-squared test
    • paired t-test
    • paired Wilcoxon test
    • repeated measures ANOVA
    • Mauchly's sphericity test (a)
    • Holm-Bonferroni corrected post-hoc tests
    • Friedman test
    • Durbin-Conover test
    • McNemar's test
    • Cochran Q-test
    • modified t-test
    • Mann-Whitney test
    • Levene's test (a)
    • two-sample t-test
    • Welch's t-test
    • one-way ANOVA
    • post hoc Tukey's HSD tests
    • Kruskal-Wallis test
    • post hoc Dunn's test
    • Two-way ANOVA

@krajcsi krajcsi added the code label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant