Code Monkey home page Code Monkey logo

stats_crash_course's Introduction

Below are guidelines that should be followed to determine what sort of statistical test should be used for a particular type of dataset. Before you jump into the decision tree part of this page, take a moment to read through the sections linked in the preface. These are important background tidbits that will be extremely useful when understanding how a particular statistical test works.

Preface

Click here to see an example of how to use this website to aid you through the through process of identifying the type of data you have and what statistical analysis you should choose based on the assumptions you are making about your data.

Click here to understand what a normal distribution is and why it is referenced so much.

Click here to understand the difference between the null and alternative hypotheses.

Click here to understand how to interpret a p-value. This is extremely an extremely important concept to understand so you do not over-interpret what the test statistic is reporting.

Click here to understand the difference between parametric and nonparametric statistics. Understanding the difference between them is key to understanding when to use one or the other.

Click here to understand the difference between categorical and numeric data.

Tests covered in this website

Parametric:

Nonparametric:

Is the research question focused on comparing the means of two or more groups?

Are the groups independent or related?

Independent groups:

Are the data normally distributed?

Are the sample sizes equal or unequal?

Related groups:

Are the data normally distributed?

Are the groups independent or paired?

Independent groups: chi-squared test or Fisher's exact test

Paired groups: McNemar's test

Is the research question focused on comparing proportions or percentages between two or more groups?

Are the groups independent or related?

Independent groups:

Are the sample sizes large (at least 10 in each group)?

Related groups: McNemar's test

Is the research question focused on determining the relationship between two continuous variables?

Is the relationship linear or non-linear?

Is the research question focused on determining the relationship between a continuous and a categorical variable?

Is the categorical variable nominal or ordinal?

Is the research question focused on testing the difference between two dependent proportions or percentages?

Footnote

Click here to understand the difference be the the Kruskal-Wallis test, the Friedman test, and the Jonckheere-Terpstra test. These are are extremely similar tests so it would be good to clear up these right now.

stats_crash_course's People

Contributors

ehill-iolani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.