we use the dataset "MASchools" in the package "AER" like we did in R-Exercise 2. The dataset contains information on test performance, school characteristics and student demographic backgrounds for school districts in Massachusetts (MA). In this exercise, we shall use R-functions in the packages "estimatr" and "AER" (or "car"). We wish to learn the effect of student-teacher ratio (STR) on the 4th grade score (TestScore), which is defined as the sum of math, English, and science. In order to control for omitted variable bias, we shall include a few other additional variables and consider various functional forms. For all estimation exercises here the type of standard error should be "HC1" or equivalently "stata".

A First Course in Probability (10th Edition)
10th Edition
ISBN:9780134753119
Author:Sheldon Ross
Publisher:Sheldon Ross
Chapter1: Combinatorial Analysis
Section: Chapter Questions
Problem 1.1P: a. How many different 7-place license plates are possible if the first 2 places are for letters and...
icon
Related questions
Question

we use the dataset "MASchools" in the package "AER" like we did in R-Exercise 2. The dataset contains information on test performance, school characteristics and student demographic backgrounds for school districts in Massachusetts (MA). In this exercise, we shall use R-functions in the packages "estimatr" and "AER" (or "car"). We wish to learn the effect of student-teacher ratio (STR) on the 4th grade score (TestScore), which is defined as the sum of math, English, and science. In order to control for omitted variable bias, we shall include a few other additional variables and consider various functional forms. For all estimation exercises here the type of standard error should be "HC1" or equivalently "stata".

 
QUESTION 4
Estimate the population regression model:
TestScore=B+B STR + B Income + B₂Lunch + B Income? +B Income? + u
where E[u ISTR]= 0 and predict TestScore at the sample median of all the right-hand side variables. What is the predicted TestScore (two decimal places)?
Note that in tutorial sessions we have done very similar exercises with the sample average of regressors instead of the sample median.
QUESTION 5
For the population regression model in Question 4 above, we test
H: The model is linear in Income.
Compute the F-statistic for this test (two decimal places).
Transcribed Image Text:QUESTION 4 Estimate the population regression model: TestScore=B+B STR + B Income + B₂Lunch + B Income? +B Income? + u where E[u ISTR]= 0 and predict TestScore at the sample median of all the right-hand side variables. What is the predicted TestScore (two decimal places)? Note that in tutorial sessions we have done very similar exercises with the sample average of regressors instead of the sample median. QUESTION 5 For the population regression model in Question 4 above, we test H: The model is linear in Income. Compute the F-statistic for this test (two decimal places).
Expert Solution
steps

Step by step

Solved in 3 steps with 9 images

Blurred answer