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: balance of payments accounts

Balance of payment is the sum of three separate accounts and must always be equal to 0 (given no statistical error): Current account: the net flow of funds exchanged for goods and services, and monetary gifts  that flow in and out of a country. This is often used as an indicator for net export. Financial account: also known as the capital account, is the net flow of funds for investment in real assets (direct investments) or financial assets (stocks or bonds) into a nation. Official reserves: in order to balance the two accounts above, a country must have a reserve of foreign money. It measures the net effect of all money flows from the other accounts. If the current account is positive, it must be the case that the sum of the financial account and official reserves is negative. Current account (CA) components: Balance of trade in goods: spending by consumers and firms on imported and exported goods. Exported goods have a positive effect on the current account, whereas importe...

Macroeconomics: equilibrium in the AD/AS model

Real output and price level in the AD/AS model: The short run equilibrium in the AD/AS model, is when the  intersection between the short run aggregate supply curve and the aggregate demand curve determines the level of output and price level.          This short equilibrium output can be compared to the full-employment (i.e long run equilibrium) output by adding the long run aggregate supply curve in the graph.  If the difference between the short run equilibrium output and full employment output is negative than we have a recessionary gap. This could be caused by a decrease in households' consumption, a fall in private investments, or a decrease in government spending. If the difference is positive, we have an inflationary gap, where the short run equilibrium output is bigger than its full employment output. This can be caused by an increase in households expenditures, expansionary fiscal policy, etc... If the gap is zero, this means that t...

Microeconomics: Firms and cost in the short run

In Economics, the term short run refers to a time period where at least one variable of interest does not change . In our case, the short run for a firm is when at least one input  (labor, land, capital) stays fixed. Usually land and capital are considered fixed in the short run.  If an input is fixed during a period time, no matter how much the total product a firm produces, its cost stays the same. This cost is commonly known as fixed cost (FC). Examples of fixed costs: rent, property taxes, loan payments. Labor is often considered to be a part of the  variable cost (VC) . Variable cost can be defined as the cost a firm has control over during the short run. Unlike fixed cost, variable cost increases (decreases) as a firm's total product increases (decreases). Examples of variable costs include: utility bills, wages, raw materials A firm's total cost (TC) is the sum of its variable and fixed costs. As you can see, the fixed cost...