Skip to main content

Econometrics: Bivariate population model

Hello I'm finally back from my extended break. I thought that we should start studying Econometrics. 


Let's begin by analyzing a simple bivariate regression. Assume that this equation describes the relationship between two variables X and Y.

We say that Y is the dependent variable, whereas X is the independent variable. In other words, we assume that Y (the output) depends on X (the input). Epsilon is the error term, it represents other factors that affect Y.

  • The error term must be uncorrelated with the variable X so that we do not need to include them in our regression, and thus the coefficient of X (beta) should not change, even though Epsilon also determines Y. 
  • beta-0 is the constant term. It tells us what would be Y if X=0.
  • beta-1 is the effect on Y if X changes by one unit.

To see this, assume X=education is a continuous function, let's take the derivative of Y=wage with respect to X:


Thus, if education goes up by one unit, we should expect, on average, wage to go up by about beta-1.
  • Note that this principal can be extended to non-continuous functions as well.

To run this regression, all I need is set of (random) data with wage and the education for each participant in the dataset. 

reg wage educ

  • The following line above is what you should use in order to run this bivariate regression in STATA.

We need one more condition in order to make sure that our bivariate model is correct:


This tells us that given X, the other factors are randomly distributed in the population, and thus does not bias the coefficient of X (beta-1).

Reference: Wooldridge, Jeffrey. Introductory Econometrics, 3rd edition. Thomson South-Western (2006). p 24-28.

Comments

Popular posts from this blog

Macroeconomics: multiplier and crowding out effects

Multiplier effect: whenever   any of the components of AD increases, the increase in GDP will be greater than the initial increase in expenditures. The impact on GDP of a particular increase in spending depends on the proportion of the new income that is taken out of the system to the proportion that continues to circulate in the economy. The multiplier effect tells us the impact a particular change in one the components of AD will have on the total income (GDP).  Let k denote the spending multiplier, which is a function of MPC and MPS. The larger the marginal propensity to consume, the larger the spending multiplier. Notice that the larger the MPC, the greater the impact a particular change in the spending variables will have on the nation's GDP. The crowding out effect: If government spending increases without an increase in taxes, the government must borrow funds from the private sector to finance its deficit, thereby increasing the interest rate. This increase in interest ...

Exercise: inflation and GDP deflator

You have the following table containing information about country Y's GDP deflator, nominal, and real GDP. If the base year is 2015, fill in the blanks and then find the annual inflation rate for each year. Year  Nominal GDP  GDP Deflator  Real GDP 2015 $23,457 100 $23,457 2016 $25,752 ... $23,943 2017 $25,982 108.1 ... 2018 $26,016 ... $25,431.1 2019 $26,323 105.5 ... Solution: Year  Nominal GDP  GDP Deflator  Real GDP   Inflation rate 2015 $23,457 100 $23,457 n.a 2016 $25,752 107.6 $23,943 7.6% 2017 $25,982 108.1 $24,035.2 0.45% 2018 $26,016 102.3 $25,431.1 -5.37% 2019 $26,323 105.5 $24,950.6 3.13%  GDP deflator for the year 2018: Real GDP for the year 2017: General formula to find real GDP by re-arranging the GDP deflator formula: Notice that the sub-index i is for the year. The (annual) inflation rate is simply the growth rate of prices from a year to its previous year: Inflation rate of the year 2018: Notice that in 2018 country Y experienced...

Microeconomics: Factor Markets

Definition: Factor markets: markets for the factors of production (example: labor and capital). Markets are formed whenever consumers and producers meet to exchange goods or services. Deriving factor demand: the demand for goods or services in the product markets creates demand for the factors of production.  An increase (decrease) in demand for good X leads the suppliers to increase their production thereby increasing (decreasing) the demand for the factors of production.   Marginal revenue product: The demand for the factor of production is formed by multiplying a firm's marginal revenue by its marginal product.  Remember that by taking the derivative of the TR function with respect to Q we are able to find the MR. Marginal product on the other hand is found by taking the derivative of the production function with respect to a factor of production (L or K for example). Marginal revenue product (MRP): the change in total revenue when one more input is employed. It decrea...