Econometrics and Statistics for Business in R & Python

Learn Causal Inference & Statistical Modeling to solve finance and marketing business problems in Python and R

4.54 (549 reviews)
Udemy
platform
English
language
Data & Analytics
category
Econometrics and Statistics for Business in R & Python
5,089
students
10 hours
content
Apr 2024
last update
$84.99
regular price

What you will learn

Understand the application of econometric techniques in business settings

Apply Google's Causal Impact to measure the effect of an intervention on a time series.

Code econometric techniques in R and Python from scratch.

Solve real business or economic problems using econometric techniques.

Use propensity score matching to compare outcomes between groups while controlling for confounding variables.

Develop an intuitive understanding of Difference-in-differences, Google's Causal Impact, Granger Causality, Propensity Score Matching, and CHAID

Perform Granger causality to test for causality between two time series.

Develop intuition for econometric techniques through business case studies.

Practice coding and applying econometric techniques through challenging and interesting problems.

Understand and apply basic statistical concepts and techniques in real-life business cases

Why take this course?

Econometrics has horrible fame. The complex theorems, combined with boring classes where it feels like you are learning Greek, give every student nightmares. This course stays away from that. It will focus on (1) giving you the intuition and tools to apply the techniques learned, (2) making sure everything that you learn is actionable in your career, and (3) offer you a tool kit of peer-reviewed econometric causal inference techniques that will make you stand out and give you the ability to answer the tough questions.

WHY ECONOMETRICS AND CAUSAL INFERENCE FOR BUSINESS IN R AND Python?

In each section, you will learn a new technique. The learning process is split into three parts. The first is an overview of Use Cases. Drawing from business literature and my own experience, I will show examples where each Econometric technique has been applied. The goal here is to show that Econometric methods are actionable. The second part is the Intuition tutorials. The aim is for you to understand why the technique makes sense. All intuition tutorials are based on business situations. The last part is the Practice tutorials, where we will code and solve a business or economic problem. There will be at least one practice tutorial per section.

Below are 4 points on why this course is not only relevant but also stands out from others.

1| THOROUGH COURSE STRUCTURE OF MOST IMPACTFUL ECONOMETRIC TECHNIQUES

The techniques in this course are the ones I believe will be most impactful in your career. Like HR, Marketing, Finance, or Operations, all company departments can use these causal techniques. Here is the list:

  1. Difference-in-differences

  2. Google's Causal Impact

  3. Granger Causality

  4. Propensity Score Matching

  5. CHAID

2| BUSINESS EXAMPLES TO FOSTER INTUITION

Each section starts with an overview of business cases and studies where each econometric technique has been used. I will use examples that come from my own professional experience and business literature. The aim is to give you the intuition where to apply them in your current job. By the end of each intuition tutorial, you will be able to easily explain the concepts to your colleagues, manager, and stakeholders.

One of the benefits of giving actual business problems as examples is that you will find similar or even equal issues in your current company. In turn, this enables you to apply what you have learned immediately. Here are some examples:

  1. Impact of M&A on companies.

  2. Understanding how weather influences sales.

  3. Measuring the impact of brand campaigns.

  4. Whether Influencer or Social Media Marketing results in sales.

  5. Investigating the drivers of customer satisfaction.

3| CHALLENGING AND INTERESTING PROBLEMS TO APPLY WHAT YOU LEARNED

For each section, we will have at least one real business or economic dataset. We will apply what we learned during the intuition tutorials.

Here are some examples of problems we will solve and code together:

  1. Measuring the impact of the Cambridge Analytica Scandal on Facebook's stock price.

  2. Assessing the results of giving training to employees.

  3. Challenge the idea that increasing the minimum wage decreases employment.

  4. Ranking the drivers on why people quit their jobs.

  5. Solving the thousand-year-old riddle of who came first: "Chicken or the egg?".

4| HANDS-ON CODING

We will code together, in R and Python. In every single practice tutorial, we will start from scratch, building the code line by line. As also an online coding student, I feel this has been the easiest way to learn.

On top, the code will be built so that you download it and apply the causal inference techniques in your work and projects. Additionally, I will explain what you have to change to use in your dataset and solve the problem you have at hand.

Econometrics for Business in R and Python is a course that naturally extends into your career.

***SUMMARY

The course is packed with use cases, intuition tutorials, hands-on coding, and, most importantly, is actionable in your career.

Feel free to reach out if you have any questions, and I hope to see you inside!

Diogo

Content

Introduction

Course introduction and structure
Course content
Installing R and RStudio
Installing Python and Spyder

Difference-in-differences - Intuition tutorial - Case Study 1

Difference-in-differences use cases
Difference-in-Differences framework
Modelling Difference-in-differences
Difference-in-differences assumptions
Difference-in-differences step by step guide
Linear Regression crash course
Linear Regression output summary
Dummy variable trap

Difference-in-differences - R tutorial - Case Study 1

Getting dataset and code templates folder
Intro to RStudio and data loading
Dealing with NAs part 1
Dealing with NAs part 2
First linear regression model
Second linear regression model and dummy variable trap
Last linear regression
Presenting results

Difference-in-differences - Python tutorial - Case Study 1

Getting datasets and code templates folder
Intro to Spyder and loading data
Dealing with NAs
Isolating X and Y variables
First linear regression model
Second linear regression model and dummy variable trap
Last linear regression

Difference-in-differences - Intuition tutorial - Case Study 2

Introducing second case study
Logistic Regression crash course
Placebo test mechanics

Difference-in-differences - R tutorial - Case Study 2

Getting datasets and code templates folder
Loading data and inspecting it
Defining variables
First Logistic Regression in R
Second Logistic Regression Model
Visualizing results
Preparing variables and dataset for placebo experiment
Logistic Regression and Placebo experiment

Difference-in-differences - Python tutorial - Case Study 2

Getting datasets and code templates folder
Loading data and inspecting it
Creating dummy variables
Splitting X and Y variables
First Logistic Regression in Python
Second Logistic Regression
Preparing dataset for placebo experiment
Logistic Regression and Placebo experiment

Google Causal Impact - Intuition tutorial

Introducing Causal Impact
Value added of Causal Impact
Step by step application guide
Case study briefing

Google Causal Impact - R tutorial

Getting dataset and code templates folder
Loading Facebook's stock price
Loading more stock prices
Plotting stock prices
Correlation Matrix
Choosing control group
Preparing dataset to run Causal Impact
Calculating the impact
Interpreting Causal Impact results

Google Causal Impact - Python tutorial

Getting datasets and code templates folder
Loading Facebook's stock price
Preparing stock price dataset
Plotting stock prices
Correlation Matrix
Finishing up the control groups
Preparing dataset to run Causal Impact
Running Causal Impact
Interpreting Causal Impact results

Granger Causality - Intuition tutorial

Granger Causality use cases
Problem statement
Correlation is not causality!
Granger Causality framework
Stationarity
Granger Causality step by step guide and case study briefing

Granger Causality - R tutorial

Getting dataset and code templates folder
Loading and inspecting data
Plotting time series
Stationarity check
Applying Granger Causality
Optimal number of lags and for loop part 1
Optimal number of lags and for loop part 2

Granger Causality - Python tutorial

Getting datasets and code templates folder
Loading data and inspecting it
Isolating eggs and chickens
Plotting time series
Stationarity check for eggs
Stationarity check for chickens
Making time series stationary
Preparing dataset for Granger Causality
Granger Causality

Propensity Score Matching - Intuition tutorial

Propensity Score Matching use cases
Problem statement
Propensity Score Matching framework
Unconfoundness and Common Support Region
Propensity Score Matching step by step guide
T-test crash course
Case study briefing

Propensity Score Matching - R tutorial

Getting dataset and code templates folder
Loading data
Average income in 78 per group
Summary of Confounders' averages
T-Test function
Logistic Regression
Creating dataframe for common support region
Common Support Region
Propensity Score Matching
Propensity Score Matching Summary
T-Test on the matched groups
Impact assessment
Robustness check

Propensity Score Matching - Python tutorial

Getting datasets and code templates folder
Loading and inspecting data
Summary of Confounders' averages
For loop and t-tests
Isolating treat and confounder variables
Logistic Regression
Creating dataset with propensities
Preparing dataset for Common Support Region
Common Support Region
Isolating Y, treat and confounders
Propensity Score Matching

CHAID - Intuition tutorial

CHAID use cases
Problem statement
CHAID Framework
How CHAID works
Confusion Matrix
CHAID step by step guide
Case study briefing

CHAID - R tutorial

Getting dataset and code templates folder
Loading data and analysis
On installing CHAID
Applying CHAID
Visualizing and interpreting results
Numerical variables with low unique values
Accuracy and driver importance
Transforming remaining numerical variables
Creating second CHAID model
Density plot for numerical variables
Heads up for next video
Last CHAID model and debugging

Last section

One last message

Screenshots

Econometrics and Statistics for Business in R & Python - Screenshot_01Econometrics and Statistics for Business in R & Python - Screenshot_02Econometrics and Statistics for Business in R & Python - Screenshot_03Econometrics and Statistics for Business in R & Python - Screenshot_04

Reviews

Luke
September 7, 2023
Really easy to follow - as a Biology undergraduate I did have a good understanding of stats already which made this course quite easy but it was still extremely useful to get a social science perspective on some of these procedures. Great resources too.
Armin
August 30, 2023
The course is a hands-on course for practice-oriented users. To completely understand the different methods, one needs to use additional study material. I particularly liked the selection of methods presented in this course that, as far as I have discovered, are rare among Udemy courses. I enjoyed taking this course and I thank the author for creating it. :)
Ronald
June 8, 2023
I was looking for more explanation about what econometrics is and the math behind it. For instance, when the instructor says that a given number means that something is a good match, I don't understand why (other than p-values). The course has taught me R Studio, which is something I wanted to learn so it was certainly worth my time. But, it didn't teach what I was looking for this class.
Donald
May 23, 2023
I mean I have absolutely no clue what is being discussed here, something along the lines of meta analysis, etc. But I'm ready to learn and they said that the course was begginer friendly, so I'm ready to put that to the test.
Amulya
April 26, 2023
Accoring to my view, initially before starting with examples even you could have start explaning the terminologies like econometrics and all. Just felt this.
Maryam
February 25, 2023
There is no road map. It does not determine a fix experience project that From baseline in teach us and work on whole of it . There are several small projects that not to bad, it not use-full enough, though.
Ankur
February 1, 2023
Excellent Course On Causation Analysis. You won't find a course in Causal ML that is so detailed and explain the concept so well
Francesco
November 8, 2022
Straight to the point! The course offers a useful cookbook full of Econometrics in business' recipes. Diogo is clear and passionate in teaching. Don't expect extensive theoretical explanations, as this is out of the scope of the course.
Rildo
November 2, 2022
This is introductory course. The instructor have a good and clear explanation. In my opinion it's a good option for those who never seen this subject before.
Siow
November 2, 2022
I like the contents and topics covered in this course. It is very unique from others stat/data science course which focusing more on econometrics model. I also like how the courses was broken-down into many bit-size short videos which we can follow easily step-by-step. Perhaps if we can have consistent case study intuition (explanation) and R tutorial example. Using different example for each models make the course contents look more like project / coding showcase instead of a structured course. Other things that might be improved would be using train-test/validate approach to compare AUC/ Sensitivity or MAE/MAPE instead of predict everything then compare with everything in original dataset. Overall, it is very useful content and it definitely improve my knowledge. Thanks.
Ian
August 17, 2022
Boss explaining the main concepts for each analysis. Super useful for marketing and finance approach and most of all Diogo is really active on Discord and is willing to help and provide feedback on any doubts. Totally recommend the course!
Alessandro
April 30, 2022
Easy accessible to everyone who wants to gain an economics and econometrics intuition. Well explained and delivered. Whish a more advanced course on Difference-in-Difference is available. ?
Beatriz
March 14, 2022
Diogo explains everything super clearly and we can tell that he knows what he is talking about. Looking forward to seeing your next tutorials. Thanks a lot for this one (:
Terrence
March 14, 2022
I am having a great experience with the class. The instructor explains the material in a clear and concise manner.
Ariel
March 10, 2022
Great course. The contents are just as I expected. The teacher is very attentive, respectful and knowledgeable about what he's teaching. I highly recommend it for those interested in causal analysis and Propensity Score Matching/Analysis in general and wants hands-on learning with R and/or Python (you don't need to know econometrics).

Coupons

DateDiscountStatus
12/8/202244% OFF
expired

Charts

Price

Econometrics and Statistics for Business in R & Python - Price chart

Rating

Econometrics and Statistics for Business in R & Python - Ratings chart

Enrollment distribution

Econometrics and Statistics for Business in R & Python - Distribution chart
2512570
udemy ID
8/16/2019
course created date
6/21/2020
course indexed date
Bot
course submited by