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
103 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)
What is the slope of a line that passes through the points (-1, 3) and (2, 9)?
+
What is the inverse function of f(x) = ∛x?
+
Math question: Find the derivative of f(x) = 5x^3 + 2x^2 - 7x + 4 using the basic rules of derivatives.
+
New questions in Mathematics
A=m/2-t isolate t
Simplify the expression sin³(x)+cos³(x), using trigonometric functions
Eight acts are scheduled to perform in a variety show how many different ways are there to schedule their appearances show your work
A circular park has a diameter of 150ft. A circular fence is to be placed on the edge of this park. Calculate the cost of fencing this park if the rate charged is $7 per foot. Use π = 3.14.
Karina has a plot of 5000 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 to grow lettuce?
The Lenovo company manufactures laptop computers, it is known that for every 60 laptops produced, 54 go on the market with the highest quality standards. If a sample of 15 laptops is taken, calculate the probability that: Exactly 2 are not of high quality
(3x^(2) 9x 6)/(5x^(2)-20)
41/39 - 1/38
The equation of the straight line that passes through the coordinate point (2,5) and is parallel to the straight line with equation x 2y 9 = 0 is
Prove that it is not possible to arrange the integers 1 to 240 in a table with 15 rows and 16 columns in such a way that the sum of the numbers in each of the columns is the same.
(24, -7) is on the terminal arm of an angle in standard position. Determine the exact values of the primary trigonometric functions.
A function is considered exponential when it has a base with positive values greater than zero and different from one, where the exponent is an unknown. An important characteristic of exponential functions is that they show rapid growth or decay as an independent variable increases or decreases. Given the function 25^(x+3)=125, it is calculated that x has the value of
The volume of a cube decreases at a rate of 10 m3/s. Find the rate at which the side of the cube changes when the side of the cube is 2 m.
suppose a city with population 80,000 has been growing at a rate of 8% per year if this rate continues find the population of this city in 10 years
00 piece jigsaw puzzle. the completed puzzle is 10x10. each piech connects to at least 2 other pieces. i plan to assemble by taking pieces out of box one by one. if i've already taken out 2 pieces that dont directly connect, what is the minimum number of additional pieces that i need to draw to in order to guarentee that the original 2 pieces connect?
there are 500,000 bacteria at the end of a pin point. 1000 bacteria can make a person sick. then bacteria at the tip of a pin point can make 500 people sick. Also, many people do not know that bacteria can (reproduce). Let's say there are 5 bacteria and we leave it for 15 minutes. bacteria will multiply to 10. if left for up to 30 minutes, 20 bacteria will form. if left up to 45 minutes. bacteria will multiply up to 40. every 15 minutes the bacteria will double 2. if you start with five bacteria that reproduce every 15 minutes, how manu bacteria would you have after 12 hours ?
Identify the slope and y intercept y=11+2/3x
the product of a 2-digit number and a 3-digit number is about 50000, what are these numbers
Emile organizes a community dance to raise funds. In addition to paying $300 to rent the room, she must rent chairs at $2 each. The quantity of chairs rented will be equal to the number of tickets sold. She sells tickets for $7 each. How much should she sell to raise money?
Beren spent 60% of the money in her piggy bank, and Ceren spent 7% of the money in her piggy bank to buy a joint gift for Deren, totaling 90 TL. In the end, it was observed that the remaining amounts in Ceren and Beren's piggy banks were equal. Therefore, what was the total amount of money that Beren and Ceren had initially? A) 120 B) 130 C) 150 D) 160 E) 180