Warm Up

Andrew Dickinson

Published

May 28, 2024

Nonlinear Models

Suppose you believe there is a linear relationship between unit changes in an independent variable called \(X\) and percentage changes in a dependent variable called \(Y\). That is, you believe that when \(X\) goes up by one unit, \(Y\) goes up by a constant percentage change, regardless of the level of \(X\). Of the following equations, which one would you choose to model this relationship?

  1. \(Y_i = \beta_1X_i^{\beta_2}v_i\)
  2. \(Y_i = \beta e^{\beta_2X_i}v_i\)
  3. \(Y_i = \beta_1 + \beta_2X_i + u_i\)
  4. \(Y_i = \beta_1 + \beta_2 \ln(X_i) + u_i\)

Consider the following model attempting to explain a person’s earnings from work (\(EARNINGS\)) as a function of their years of education (\(S\)), years of work experience (\(WEXP\)), and gender (\(FEMALE\)):

\[ EARNINGS_i = \beta S_i^{\beta_1}e^{\beta_2WEXP_i}e^{\beta_3FEMALE_i}v_i \]

For this regression, which of the following statements is closest to being correct?

  1. \(\beta_2\) gives the percentage change in earnings resulting from a one-year increase in years of schooling, holding constant the levels of work experience and gender.
  2. \((\beta_3 \times 100)\) gives the percentage change in earnings resulting from a one percent change in work experience, holding constant the levels of schooling and gender.
  3. \(\beta_2\) gives the percentage change in earnings resulting from a one percent change in years of schooling, holding constant the levels of work experience and gender.
  4. \(\beta_3\) gives the percentage change in earnings resulting from a one-year increase in work experience, holding constant the levels of schooling and gender.