Daddy Awesome's Writings

All the things I am writing good or bad


Project maintained by daddyawesome Hosted on GitHub Pages —

Exploring Statistical Interactions

Testing a Potential Moderator

Data Analysis Tools - Week 4

Back

Data

Data for this study comes from the Gapminder World Dataset collected by the Gapminder Foundation. The Gapminder World Dataset contains data collected from more than 200 countries/areas for more 500 variables.

Description of Variables

Below is the description of the variables

  1. Internet User Rate

  2. Income per Person

  3. Continents

Continents is Testesd for Potential Moderator

Start with import



load gapminder dataset

I will be using url to get the data online




Join Continents to gapminder

New DataFrame for Anlysis

We create a dataframe sub out from the merge dataframe df_outer
























Results