Question

AUTHOR Marco Steenbergen PUBLISHED May 5, 2024 Table of contents Instructions Problems Set 1 Set 2 References Instructions This homework covers IVs and RDDs. It is due on May 20 at 23.59 hours. The homework is to be completed in groups of 3 students. You should submit: The answers in the quiz tool on OLAT. This will provide instant feedback on your performance. An R syntax file via email to [email protected]. Without this file, you will not receive any points for the homework. Good luck! Problems Set 1 A university discovers that many students have to work while studying. It fears that the combination of work and study negatively affects scholastic performance. For this reason, the university administration decides to make available stipends to students. The policy is limited to students with parental incomes at 30 percent of the median or less. Since this still leaves too many students for the available budget, the administration also makes eligibility contingent on a standardized test and sets a minimum score of 80 out of 100 points. Those indigent students who score at least 80 receive a stipend, whereas others do not.1 The minimum test score is advertised ahead of the start of the stipend program. The university administration has asked you to evaluate the effect of stipends on performance, as measured by student’s GPA at the end of the year.2 It has collected the following data, which can be found in stipend.Rda: test is the standardized test score that was used to determine who is eligible to receive a stipend. motivation is a survey measure of student’s motivation that was taken in the summer before the academic year started and before the standardized test was taken. Higher scores mean that students are more motivated to succeed in their studies. gpa is the grade point average at the end of the academic year and serves as the outcome measure. Now answer the following questions. Using the approach of Imbens and Kalyanaraman (2012), what is the bandwidth you should use? Using a polynomial regression of order 3 and controlling for motivation, what is the estimate of the treatment effect? Based on appropriate tests, which of the following conclusions can you draw? Which of the following statements best describes when we perform a placebo test on the location of the minimum test score? The students at this university are an altruistic lot. Someone discovers that a subset of students share their stipends with peers who did not meet the test score but still need the money. What assumption would this violate? Set 2 A team of scholars performs the following experiment on the effects of voting advice applications (VAAs) on voting behavior, specifically voting correctly (Lau and Redlawsk 1997). A random sample of 1000 respondents is drawn. Half of the sample is randomly assigned to the treatment, which means they receive a letter encouraging them to use a VAA. The other half do not receive such encouragement. Voting correctly is coded 1 if someone’s vote corresponds to what it would have been under full information. Among those who were encouraged to use a VAA, the proportion of people who voted correctly was 0.35. Among those who were not, that proportion was 0.30. Since encouragement does not equate actual treatment intake, the team of scholars also recorded whether someone had actually used a VAA. The team obtains the following information: Of those encouraged to take the treatment, 250 did use a VAA. Of those assigned to the control group, 300 individuals did not use a VAA. Based on the information and what you know from the lecture, please answer the following questions. What is the intention-to-treat effect? How many always-takers are “hiding” among those who used a VAA and were encouraged to do so? What is the compliance rate? What is the LATE? The authors find that those encouraged to use a VAA also tended to watch more news about the election. What, if any, assumption is being violated here? References Imbens, Guido, and Karthik Kalyanaraman. 2012. “Optimal Bandwidth Choice for the Regression Discontinuity Estimator.” The Review of Economic Studies 79 (3): 933–59. https://doi.org/10.1093/restud/rdr043. Lau, Richard R., and David P. Redlawsk. 1997. “Voting Correctly.” American Political Science Review 91 (3): 585–98. https://doi.org/10.2307/2952076. Footnotes You may assume that everyone who is eligible to take the stipend also does and that no one who is not eligible can receive the money.↩︎ GPA = grade point average. For this exercise, we assume the university is located in the United States and uses a grading scale from 0 to 4. On this scale, 0 means F (fail), 1 corresponds to a grade of D, 2 to a grade C, 3 to a grade of B, and 4 to a grade of A.↩︎

67

likes
333 views

Answer to a math question AUTHOR Marco Steenbergen PUBLISHED May 5, 2024 Table of contents Instructions Problems Set 1 Set 2 References Instructions This homework covers IVs and RDDs. It is due on May 20 at 23.59 hours. The homework is to be completed in groups of 3 students. You should submit: The answers in the quiz tool on OLAT. This will provide instant feedback on your performance. An R syntax file via email to [email protected]. Without this file, you will not receive any points for the homework. Good luck! Problems Set 1 A university discovers that many students have to work while studying. It fears that the combination of work and study negatively affects scholastic performance. For this reason, the university administration decides to make available stipends to students. The policy is limited to students with parental incomes at 30 percent of the median or less. Since this still leaves too many students for the available budget, the administration also makes eligibility contingent on a standardized test and sets a minimum score of 80 out of 100 points. Those indigent students who score at least 80 receive a stipend, whereas others do not.1 The minimum test score is advertised ahead of the start of the stipend program. The university administration has asked you to evaluate the effect of stipends on performance, as measured by student’s GPA at the end of the year.2 It has collected the following data, which can be found in stipend.Rda: test is the standardized test score that was used to determine who is eligible to receive a stipend. motivation is a survey measure of student’s motivation that was taken in the summer before the academic year started and before the standardized test was taken. Higher scores mean that students are more motivated to succeed in their studies. gpa is the grade point average at the end of the academic year and serves as the outcome measure. Now answer the following questions. Using the approach of Imbens and Kalyanaraman (2012), what is the bandwidth you should use? Using a polynomial regression of order 3 and controlling for motivation, what is the estimate of the treatment effect? Based on appropriate tests, which of the following conclusions can you draw? Which of the following statements best describes when we perform a placebo test on the location of the minimum test score? The students at this university are an altruistic lot. Someone discovers that a subset of students share their stipends with peers who did not meet the test score but still need the money. What assumption would this violate? Set 2 A team of scholars performs the following experiment on the effects of voting advice applications (VAAs) on voting behavior, specifically voting correctly (Lau and Redlawsk 1997). A random sample of 1000 respondents is drawn. Half of the sample is randomly assigned to the treatment, which means they receive a letter encouraging them to use a VAA. The other half do not receive such encouragement. Voting correctly is coded 1 if someone’s vote corresponds to what it would have been under full information. Among those who were encouraged to use a VAA, the proportion of people who voted correctly was 0.35. Among those who were not, that proportion was 0.30. Since encouragement does not equate actual treatment intake, the team of scholars also recorded whether someone had actually used a VAA. The team obtains the following information: Of those encouraged to take the treatment, 250 did use a VAA. Of those assigned to the control group, 300 individuals did not use a VAA. Based on the information and what you know from the lecture, please answer the following questions. What is the intention-to-treat effect? How many always-takers are “hiding” among those who used a VAA and were encouraged to do so? What is the compliance rate? What is the LATE? The authors find that those encouraged to use a VAA also tended to watch more news about the election. What, if any, assumption is being violated here? References Imbens, Guido, and Karthik Kalyanaraman. 2012. “Optimal Bandwidth Choice for the Regression Discontinuity Estimator.” The Review of Economic Studies 79 (3): 933–59. https://doi.org/10.1093/restud/rdr043. Lau, Richard R., and David P. Redlawsk. 1997. “Voting Correctly.” American Political Science Review 91 (3): 585–98. https://doi.org/10.2307/2952076. Footnotes You may assume that everyone who is eligible to take the stipend also does and that no one who is not eligible can receive the money.↩︎ GPA = grade point average. For this exercise, we assume the university is located in the United States and uses a grading scale from 0 to 4. On this scale, 0 means F (fail), 1 corresponds to a grade of D, 2 to a grade C, 3 to a grade of B, and 4 to a grade of A.↩︎

Expert avatar
Hank
4.8
91 Answers
It looks like you've provided details from a homework assignment involving Instrumental Variables (IVs) and Regression Discontinuity Designs (RDDs) along with a randomized controlled trial scenario. Let’s address each of the key questions posed in the problems you listed: ### Set 1: RDD on University Stipends 1. **Bandwidth using Imbens and Kalyanaraman (2012) Approach** - To determine the optimal bandwidth for the RDD analysis, you would typically use software packages that implement the bandwidth selection method suggested by Imbens and Kalyanaraman. These methods generally involve estimating the density of the running variable (test scores) around the cutoff and minimizing the mean squared error of the estimator. 2. **Estimate of Treatment Effect Using Polynomial Regression** - For this analysis, you would fit a polynomial regression of order 3 on the data, with test scores as the running variable, controlling for motivation. The coefficient on the treatment variable (stipend eligibility) within this regression would provide the estimated treatment effect on GPA. 3. **Placebo Test Explanation** - A placebo test in this context would typically involve analyzing the treatment effect at a cutoff point other than the actual cutoff used (test score of 80) to see if any significant effects are observed. If significant effects are found at other cutoffs, it could indicate that your original findings might be due to factors other than the stipend policy. 4. **Assumption Violated by Stipend Sharing** - If students share their stipends, this could violate the assumption of the exclusion restriction in IV analysis. The exclusion restriction assumes that the instrument (eligibility for the stipend) affects the outcome (GPA) only through the intended channel (receipt of the stipend), not through other pathways like enhanced peer support or shared financial resources. ### Set 2: Randomized Trial on Voting Advice Applications (VAAs) 1. **Intention-to-Treat Effect** - The intention-to-treat (ITT) effect is the difference in the proportion of people voting correctly between those encouraged to use a VAA and those not encouraged. Calculation: \(0.35 - 0.30 = 0.05\). 2. **Always-Takers in the Encouraged Group** - Always-takers would be those who would use the VAA regardless of whether they were encouraged or not. Since the control group had no encouragement, those in the control who used a VAA could be considered always-takers. However, without knowing how many in the control used the VAA despite not being encouraged, a precise number of always-takers in the encouraged group cannot be determined. 3. **Compliance Rate** - The compliance rate among those encouraged can be calculated as the proportion of the encouraged group that followed through and used the VAA. Calculation: \( \frac{250}{500} = 0.50 \) or 50%. 4. **Local Average Treatment Effect (LATE)** - LATE would be calculated for those who complied (used the VAA when encouraged). This requires an estimation method like 2SLS to properly adjust for the compliance behavior. 5. **Violation of Assumptions by Additional Media Exposure** - The increased likelihood of watching election news among those encouraged to use the VAA may violate the assumption of independence between the instrument (encouragement) and other variables influencing the outcome (voting correctly). This introduces confounding, complicating the interpretation of the VAA’s effect as isolated from other influences.

Frequently asked questions (FAQs)
Find the length of the hypotenuse when the opposite side measures 8 and the adjacent side measures 15.
+
What is the range of the function f(x) = sin(x) + 2cos(x) in degrees?
+
Math question: Calculate the third-order derivative of f(x) = cos(4x) with respect to x.
+
New questions in Mathematics
given cos26=k find cos13
5 squirrels were found to have an average weight of 9.3 ounces with a sample standard deviation is 1.1. Find the 95% confidence interval of the true mean weight
Karina has a plot of 5,000 square meters in which she has decided that 60% of it will be used to plant vegetables. Of this part, 12% will be dedicated to planting lettuce. How much surface area of the plot will be used for cultivation?
A car that starts from rest moves for 11 min, reaching a speed of 135 km/h, calculate the acceleration it had
Moaz wanted to test whether the level of headache pain (on a scale of 1 – 10) changes after taking Advil. He collected data from 9 participants and calculated the difference in headache pain before and after taking Advil (summarized in the table below). Determine W observed for this test. Difference Scores -2 -4 0 +1 +3 -2 0 -3 -5 Also, What is the degrees of freedom for this test?
All the liquid contained in a barrel is distributed into 96 equal glasses up to its maximum capacity. We want to pour the same amount of liquid from another barrel identical to the previous one into glasses identical to those used, but only up to 3/4 of its capacity. How many more glasses will be needed for this?
Find the sum of the first 41 terms of the progression that begins: 32, 24, 16, …
is the x element (180,270), if tanx-3cotx=2, sinx ?
There are four times as many roses as tulips in Claire’s garden. Claire picked half of the number of roses and 140 roses were left in the garden. How many roses and tulips were in the Garden the first?
How many anagrams of the word SROMEC there that do not contain STROM, MOST, MOC or CEST as a subword? By subword is meant anything that is created by omitting some letters - for example, the word EMROSCT contains both MOC and MOST as subwords.
User Before the election, a poll of 60 voters found the proportion who support the Green candidate to be 25%. Calculate the 90% confidence interval for the population parameter. (Give your answers as a PERCENTAGE rounded to TWO DECIMAL PLACES: exclude any trailing zeros and DO NOT INSERT THE % SIGN) Give the lower limit of the 90% confidence interval Give the upper limit of the 90% confidence interval
If a|-7 and a|9, then a|-63
factor the polynomial completely over the set of complex numbers b(x)=x^4-2x^3-17x^2+4x+30
How to factorise 5y^2 -7y -52
A house located within the city limits has a current market value of $325,000 according to a recent appraisal. The assessed value from the last county wide tax valuation is $272,475. The tax rate is $0.36 per hundred for the county and $0.72 per hundred for the city. What is the total annual property tax liability on the property? $2340 $3510 $1962 $2943
The area bounded by the curve y=ln(x) and the lines x=1 and x=4 above the x−axis is
Calculate NPV, IRR and PAYBACK through a cash flow for a period of five years, with discount rate of: a) 10% b) 12% c) 15% initial annual cost $41,400,000
the length of the fenced in area is to be 5 ft greater than the width and the total amount of fencing to be used is 89 ft find the width and length
x(squared) -8x=0
A plant found at the bottom of a lake doubles in size every 10 days. Yeah It is known that in 300 days it has covered the entire lake, indicate how many days it will take to cover the entire lake four similar plants.