logo Hurry, Grab up to 30% discount on the entire course
Order Now logo
860 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Minakshi AroraManagement
(5/5)

687 Answers

Hire Me
expert
Taimoor IftikharComputer science
(/5)

669 Answers

Hire Me
expert
Jessee RossHistory
(5/5)

595 Answers

Hire Me
expert
Neha SharmaOthers
(5/5)

508 Answers

Hire Me
R Programming
(5/5)

The authors surveyed all available households in the fall of 2007 and in spring 2008. The survey collected basic

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

1. Change the sample size to n = 30 and repeat 7. What do you observe? Explain your observation without providing a formula. (max 60 words)

2. Change the sample size back to n = 500 but now change to σx1x2 = 0. Repeat 4 and 7. What do you observe? Explain without providing a formula. (max 100 words)

3. Change the sample size to n = 30 and repeat the previous question 9. What do you observe and which estimator would you use? Explain without providing a formula. (max 120 words)

4. Change back to   n = 500 and σx1x2 = 0.5.  However, now change to σx2𝑥 = 0.1.

(a) Repeat the algorithm 7. What do you observe? Does the value correspond to your expectation? Explain. (max 80 words)

(b) Repeat the estimation but for σx1𝑥  = 0.1.  Compare and explain any differences to the previous question. Do you obtain the expected value? Explain. (max 220 words)

Exercise 3 (40%)

In this exercise, we are going to use data from the study “Bringing Education to Afghan Girls: A Randomized Controlled Trial of Village-Based Schools” by Burde and Linden (2013).

According to Burde and Linden (2013), “primary school participation rates in Afghanistan are very low, particularly for girls. [...] Schools are often far (Sutton 1998), and when available, the lack of separate sanitation facilities, female teachers, and gender-segregated classrooms may also deter girls’ enrollment”.

The authors used a randomized controlled trial to assess the 1-year effect of village-based schools on childrens’ school enrollment and performance in rural northwestern Afghanistan.

The intervention is based on a sample of 31 villages which were grouped into 12 equally sized village groups based on political and cultural similarities (of which one dropped out). The authors randomly assign 5 groups to obtain village-based schools a year before the other groups starting in summer 2007. The final sample has data on 11 village groups, 31 villages and a total of 1, 490 primary school-age children. The treatment group received a school whereas the control group did not during this year of the intervention.

The authors surveyed all available households in the fall of 2007 and in spring 2008. The survey collected basic demographic information, enrollment data and test scores of the children and the households. We are going to focus on the enrollment results from the fall 2007 survey. Only use observations observed at this time. Please be aware that in this homework, we do not exactly follow the authors methodologies which might explain differences in your results and the ones in the paper.

Please individually download the data from here. OpenICPSR is a data repository which hosts for example data from the AEA – in this case the data for this paper.You will have to make an account at OpenICPSR in order to download the data.

Set seed = 1234. In order to read the data into R, you can use the haven package together with the function read_dta. After loading the data, you can extract the labels using the following code (using the dplyr package):

labels = c()

for (i in colnames(dat)){

temp  =  attr(dat[[i]],"label") 

labels[i] = ifelse(is.null(temp), NA,temp)

}

labels = tibble(name = names(labels), label = labels) View(labels)

For your convenience, please find here a summary of the first 10 variables from the raw dataset to make sure you have loaded your data correctly:

1. State the research question. Why did the authors randomize the treatment? (max 200 words) 2.Implement the following restrictions in your data:

The number of people in the household is smaller than 25

Noone owns more than 10 jeribs of land

No household has more than 60 sheep and goats

How many observations did you exclude? What could be the reason for restricting the sample in this way? (max 150 words)

3. Estimate the effect of the treatment on girls’ enrollment in a formal school without any additional controls. Write down the model, estimate and interpret the result. Use the traditional standard error. (max 140 words)

4. Run the regression using heteroskedasticity robust standard errors and report their standard errors. Do the results change? (max 65 words)

5. The authors cluster their standard error at the village group level.

(a) Explain the rationale behind this and explain the potential consequences if they were not to do that. Would it be possible to randomize at the individual level in this context? (max 180 words)

(b) Run the regression using Cluster Standard Errors (Liang and Zeger, 1986). Report your results. What changes? (max 60 words) 

(c) Run the regression using the group average approach to account for the clustering problem. Report your results. What changes? (max 70 words)

(d) Run the regression using the clustered bootstrap and 2000 bootstrap replications. Report your results. What changes? (max 70 words)

(e) Comment on the suitability and reliability of the standard errors from question 4, 5b, 5c given this setup. Are your results surprising? (max 200 words)

6. You are also interested in the treatment effect for boys. How would you obtain the treatment effect for boys and girls (the latter from question 3) from a single regression? Write this regression down and estimate using a suitable clustering method. Explain how to find the different effects using population expressions, calculate them and interpret. (max 400 words)

(5/5)
Attachments:

Expert's Answer

860 Times Downloaded

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme