In this post, we will discuss the consequence of the omitted variable bias in a more elaborate way. Particularly, we will show that omitting a variable form the regression model violates an OLS assumption and discuss what will happen if this assumption is violated.
Monthly Archives: February 2018
Omitted Variable Bias: Explaining the Bias
In the previous two posts on the Omitted Variable Bias (Post 1 and Post 2), we discussed the hypothetical case of finding out what determines the price of a car. In the hypothetical example, we assumed, for simplicity, that the price of a car depends only on the age of a car and its milage. In this post, we discuss the effects of the omitted variable bias on single coefficients. In order to do so, suppose that you want to find out what is the effect of miles on the price a car.
Omitted Variable Bias: Understanding the Bias
The second part of the series on the Omitted Variable Bias intends to increase the readers understanding of the bias. Let’s continue with the example from the Introduction. Let the dependent variable be the price of a car and the explanatory variables be the car’s millage and the car’s age. In our case, both millage and age are important factors to that determine the price of a car. Continue reading Omitted Variable Bias: Understanding the Bias
Omitted Variable Bias: Introduction
The omitted variable bias is a common and serious problem in regression analysis. Generally, the problem arises if one does not consider all relevant variables in a regression. In this case, one violates the first assumption of the assumption of the classical linear regression model. In the introductory part of this series of posts on the omitted variable bias, you will learn what is exactly the omitted variable bias.
Let’s start with an example, suppose Continue reading Omitted Variable Bias: Introduction
How to Read an Excel File dircetly form the Web in Julia Language?
In a former blog post (see here) I described how to read an Excel file into Julia. In this post I will focus on how to import an Excel file directly from the Web. This feature might be especially useful for recurring routines that rely on the most up-to-date data. Continue reading How to Read an Excel File dircetly form the Web in Julia Language?