Hypothesis Testing (in a nutshell)

What?

So What?

Now What?

hypothesis testing diagram

Example Business Questions

Hypothesis testing allows us to answer business questions with statistical tests.

Testing Continuous to Continuous (Regression)

continuous vs. continuous variable test w/ regression

Gotchas w/ Correlation Test

Takeaways from

Testing A Continuous vs. a categorical (T-Test)

t-test There are 2 approaches to T-Tests

  1. One sample T-Test compares the means of a continuous variable between a subgroup vs. the population mean
  2. The two sample T-Test compares the means a continuous variable between two different subgroups of a population

One Sample T-Test Example (compare a subgroup to the population)

Two Sample T-Test Example (compare two subgroups with eachother)

Testing Categorical vs. Categorical (Chi Squared)

chi_squared

Takeaways from this Chi-Squared Test (So far)

Let's run another Chi-Squared test to see how to accomodate our non-smokers

More takeaways from the second Chi-Squared test

What About Comparing A Continuous Variable to More than 2 Categorical Values? (ANOVA)

analysis of variance logo

Takeaways

By Ryan Orsinger