Empirical Economics Mock Exam - Part 1
15 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

An econometrician regresses the sales of personal computers (PC_sales) on price (P) as well as the amount of expenditure on advertising (ADV) and its square. She runs OLS and obtains the following fitted regression equation: PC_sales = 109.7 – 7.6P + 12.2ADV – 2.8ADV². Which of the following statements is correct?

  • A single t-test can be used to test the hypothesis that advertising does not affect sales
  • The marginal effect of advertising is 12.2
  • The marginal effect of advertising is 12.2 + 2(−2.8)ADV (correct)
  • The marginal effect of advertising is constant
  • What is the consequence of measurement error in one of the explanatory variables in the regression?

  • The OLS estimator for the coefficient of the explanatory variable measured with error is not significant
  • The OLS estimator for the coefficient vector is inefficient
  • The OLS estimator for the coefficient of the explanatory variable measured with error is biased, but that for the remaining coefficients is unbiased and consistent
  • The OLS estimator for the coefficient vector is biased (correct)
  • Consider the following equation: y = β₁ + β2x2 + β3x3 + ε. Assume that the researcher does not have data for x3 and decides to estimate the following model: y = β₁ + β2x2 + v, where v is the error in the estimated equation. Show that this implies that x2 is endogenous and that the OLS estimator is inconsistent.

    This is the case of omitted variables. DGP: y = β₁ + β2x2 + β3x3 + e, where uį iid (0, σ곹) and cov(e, x2) = cov(ε, x3) = 0 Estimated model: y = β₁ + β2x2 + v, where v = β3x3 + e, cov(v, x2) = cov(β3x3 + ɛ, x2) = β3cov(x2, x3) ≠ 0 It follows that: B2 = B2 + β3cov(x2, x3)/var(x2) Where the last term is different from zero and represents the asymptotic bias.

    Assume also that ẞ3 < 0 and that x2 and X3 are positively correlated: in which direction will the coefficient of x₂ be biased?

    <p>In this case ẞ3cov(x2, x3) &lt; 0, hence the coefficient will be biased downwards</p> Signup and view all the answers

    Assume that the researcher has data for a variable z, which she decides to use as an instrument for X2. What are the conditions that z needs to satisfy in order to be a valid instrument? Which of these conditions can she test and how?

    <p>z must satisfy the following conditions: 1. It is &quot;external&quot;, i.e. it does not affect y directly 2. cov(ε, z) = 0 → it is exogenous 3. cov(x2,z) ≠ 0 ↔ it is relevant Condition n. 3 can be tested with a significance test for the coefficient of z in the reduced form equation for the endogenous variable. Condition n. 2 cannot be tested here because of exact identification (one endogenous variable &amp; one instrument).</p> Signup and view all the answers

    You have a sample of 807 US citizens that includes the following information on each individual: cigs = number of cigarettes smoked cigpric = price, in cents, of a pack of cigarettes in the individual's state of residence income = annual income, in dollars educ = number of years of education age = age. You use these data to estimate the following demand function for cigarettes (note: lincome=log(income), Icigpric=log(cigpric), agesq=age²): How do you read the coefficients of Icigprice and lincome? Are they significant? What is your interpretation of the results?

    <p>They represent, approximately, the expected change in the number of cigarettes smoked subsequent to a one percentage change in the price of cigarettes and in income, respectively. E.g. when price increases by one precent, the number of cigarettes smoked decreases by 2.8, on average. None of the two coefficients is significant. Results suggest that cigarettes are necessity goods, because they are not sensitive to changes in price and income. This is consistent with smoke being addictive.</p> Signup and view all the answers

    What is instead the marginal effect of age on cigarettes' consumption? Is it constant? Does it change sign for some age value? Given the descriptive statistics below, is it relevant in the present sample?

    <p>The marginal effect of age on cigarettes' consumption is: 0.78 – 2 * 0.009age = 0.78 – 0.018age, which clearly changes with age and is positive for age &lt;= 43.33. This is relevant because it just above average age in the sample, i.e. we do expect the marginal effect of age to have a different sign depending on age.</p> Signup and view all the answers

    In the dynamic panel data model, two-period lags of the dependent variable are a valid instrument as long as

    <p>The transitory component of the error is iid over both i and t</p> Signup and view all the answers

    With a binary dependent variable, the OLS estimator is

    <p>Unbiased and inefficient</p> Signup and view all the answers

    Consider the following variables: y: =1 if individual works, =0 if individual does not work age: individuals' age in years education: number of years spent at school south: =1 if the individual lives in Southern Italy, = 0 if in the North married: =1 if the individual is married, =0 otherwise Looking at the STATA output below, can you tell: which model is estimated and what kind of information can be gained from the first table of coefficients appearing after the probit command?;

    <p>Probit. The table reports Maximum Likelihood coefficients that we can interpret in terms of size and significance, while their quantitative interpretation is less clearcut as they capture effects measured in the metric of the underlying latent propensity</p> Signup and view all the answers

    How much does age affect the propensity to work and is this effect significant?

    <p>a unit increase in age reduces the probability of working by 0.3 percentage points, statistically significant</p> Signup and view all the answers

    Whether the marginal effects at the mean would be the same as the marginal effects reported below and why.

    <p>It would not. The reported effect is the average marginal effects, that is [F(β)]/N ΣN F(xi), while the effects at the mean would be [F(β)]/∂x which are different because F() (the cdf of the error) is non-linear.</p> Signup and view all the answers

    Assume that you want to model employees job satisfaction as a function of their personal attributes, and your satisfaction data are on the following scale: 0 (= unhappy with the job); 1 (= neither unhappy or happy with the job); 2 (= happy with the job). Discuss what are the problems related to the use of the linear regression model in this context.

    <p>Linear models would yield wrong predicted probabilities, heteroskedastic errors and highly non-normal errors</p> Signup and view all the answers

    Write down an econometric model that avoids the issues presented by the linear model. Assuming that errors are normally distributed, derive the likelihood function of the model. What parameters are not identified with respect to the linear model, and why?

    <p>The model is the ordered response one described in slides 5 and 6 of the slide set “Multi-response models”. You are expected to derive that framework and the corresponding likelihood. The variance is not identified because we do not observe the continuous propensity variable but only its discrete manifestation. One of the thresholds is not identified because data refer to utility orderings, not utility levels.</p> Signup and view all the answers

    How can you test the hypothesis that unhappiness and indifference represent the same feeling towards the job?

    <p>H0: µ2=0 (note: µ2 is the threshold between indifference and happiness, while 0 is the threshold between unhappiness and indifference)</p> Signup and view all the answers

    Study Notes

    Empirical Economics Mock Exam - Part 1

    • Multiple Choice Questions (A1): An econometrics problem involving PC sales, price, and advertising expenditure. The correct statement is that the marginal effect of advertising isn't constant; it depends on the level of advertising.
    • Measurement Error (A1.2): When one explanatory variable in a regression has measurement error, the OLS estimator for the coefficient of that particular variable will be biased.

    Empirical Economics Mock Exam - Part 1 - Section B

    • Open Question (B1.1): An omitted variable bias problem. Omitting a variable from the regression equation can lead to inconsistencies in the estimated coefficients for other variables.
    • Open Question (B1.1, part 2): The OLS estimator becomes inconsistent when omitting a variable (assuming the omitted variable is correlated with an included one). The coefficient of the included correlated variable will be biased downwards, if the excluded variable coefficient is negative, and positively correlated to the included one.
    • Open Question (B1.2): This question provides data and an estimated model that predicts the number of cigarettes smoked, along with prices, income, education and age, to ascertain the demand for cigarettes.
      • Data Interpretation: The coefficients for the log of cigpric and log of income show the effect of price changes and income changes on the number of cigarettes smoked.
      • Significance: The significance of coefficients (t-tests) for the variables in the model are needed to understand the statistical relevance of the coefficients.
      • Interpretation of Results: The provided coefficients, though statistically significant at a given level, inform about the effects of price and income on cigarette consumption.

    Empirical Economics Mock Exam Part 2 - Section A

    • Dynamic Panel Data (A2.1): In dynamic panel data models, lagged dependent variables are valid instruments provided the transitory error component of the model is independent over both individuals and time periods.
    • Binary Dependent Variable (A2.2): The OLS estimator applied to a binary dependent variable is biased and inefficient.

    Empirical Economics Mock Exam Part 2 - Section B

    • Open Question (B2.1): This problem is about estimating factors which influence whether or not individuals work based on data on the individuals.
    • Model Type: A probit model is estimated (a type of regression model for binary outcomes).
    • Coef. Interpretation: The coefficient (e.g., age) shows how a one-unit increase in age affects the probability of working.
    • Significance: The significance (p-values) of the coefficients indicate whether a change in an explanatory variable is statistically significant in affecting the probability of working.

    Empirical Economics Mock Exam - Additional Questions (Page 5 and 6)

    • Ordered Probit (B2.2): This relates to modeling job satisfaction categorized into "unhappy", "indifferent", or "happy" categories.
      • Problems with Linear Regression: Linear regression models create difficulties in this context because they assume that errors are distributed normally or that they don't depend on independent variables.
      • Ordered Response Model: The correctly specified order-response model handles the categorical nature accurately (e.g., unordered probit or ordered logit models)
      • Hypothesis Testing: To establish whether unhappiness and indifference are both associated with the same feelings towards the job, a given hypothesis would require testing the equality of the thresholds/categories.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    Test your knowledge with this mock exam focused on empirical economics. It includes multiple choice questions and open-ended questions about econometrics, measurement error, and omitted variable bias. Prepare yourself for more in-depth understanding of regression analysis.

    More Like This

    Econometrics Final
    28 questions

    Econometrics Final

    DiversifiedRhodolite6065 avatar
    DiversifiedRhodolite6065
    Methodology of Econometrics
    12 questions
    Use Quizgecko on...
    Browser
    Browser