StevenPeutz / StevenPeutz.github.io

In-browser tool for choosing the appropriate statistical test for your hypothesis (SPSS, hypothesis testing, A/B testing, Inferential Statitics) #significance_testing #SPSS #hypothesis_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which Statistical test should I use?

ANOVA or Logistic regression? Pearson corrrelation or Spearman's rank? Factorial Repeated Measures ANOVA or Factorial Mixed ANOVA?
These doubts are what this tool is for.
&nbsp

Javascript wizard for choosing the appropriate statistical test (hypothesis testing)

-> Run on http://stevenpeutz.github.io


 

Choosing the appropriate analysis/test for your project is sometimes difficult, often time consuming and always important.


What does it do?
This tool simply asks you a question (multiple choice) about your dataset or research design. Based on your answer a second questions is asked (again in multiple choice). This continues until are relevant information is gathered (maximum of 7 questions) about your dataset and research design to tell you which hypothesis test is the correct one for your project.
Full post: https://www.linkedin.com/pulse/statistical-tests-when-use-which-steven-b-peutz

Is it fast?
Yes. It is all JavaScript so each new question does not require a pageload. You load the page once, and that is all.

Which hypothesis test are 'included' in this tool?
"t-Test,
"Biserial/Point-Biserial Correlation",
"Mann-Whitney Test",\
"Wilcoxon Matched-Pairs Test",
"One Way independent ANOVA",
"Kruskal-Wallis Test",
"One Way Repeated Measures ANOVA",
"Friedman’s ANOVA",
"Pearson Correlation,
"Regression",
"Spearman Correlation,
"Kendall’s Tau",
"Independent Factorial ANOVA,
"Multiple Regression",
"Factorial Repeated Measures ANOVA",
"Factorial Mixed ANOVA",
"ANCOVA",
"Pearson Chi-Square,
"Likelihood Ratio",
"Logistic Regression,
"Loglinear Analysis",
"MANOVA",
"Factorial MANOVA",
"MANCOVA"

Go to http://stevenpeutz.github.io to find out which is the correct statistical test for your research design and datatypes.

About

In-browser tool for choosing the appropriate statistical test for your hypothesis (SPSS, hypothesis testing, A/B testing, Inferential Statitics) #significance_testing #SPSS #hypothesis_testing


Languages

Language:JavaScript 53.3%Language:HTML 37.7%Language:CSS 9.0%