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
101 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 value of the sine of the angle 45 degrees in the unit circle?
+
What is the vertex form equation of a parabola with a vertex at (2, -3)?
+
Math question: Graph the inequality 2x + 3y < 10 and shade the region below the line. (
+
New questions in Mathematics
Find 2 numbers that the sum of 1/3 of the first plus 1/5 of the second will be equal to 13 and that if you multiply the first by 5 and the second by 7 you get 247 as the sum of the two products with replacement solution
Add. 7/w²+18w+81 + 1/w²-81
To calculate the probability that a player will receive the special card at least 2 times in 8 games, you can use the binomial distribution. The probability of receiving the special card in a single game is 1/4 (or 25%), and the probability of not receiving it is 3/4 (or 75%).
-6(3x-4)=-6
12-6x=4x+2
-8+3/5
What payment 7 months from now would be equivalent in value to a $3,300 payment due 23 months from now? The value of money is 2.7% simple interest. Round your answer to 2 decimal places. Show all work and how you arrive at the answer..
Determine the absolute extrema of the function 𝑓(𝑥)=𝑥3−18𝑥2 96𝑥 , on the interval [1,10]
Suppose 50% of the doctors and hospital are surgeons if a sample of 576 doctors is selected what is the probability that the sample proportion of surgeons will be greater than 55% round your answer to four decimal places
You have been hired to estimate the average weight of quarters in circulation. Based on the sample of quarters you collect (below), create a 90% confidence interval for the weight of quarters in circulation. Quarter Weights (grams) 5.631 5.714 5.719 5.689 5.551 5.723 5.705 5.627 5.627 5.715 5.576 5.632 5.641 5.676 5.660 5.699 5.609 5.634 5.713 5.591 5.674 5.675 5.684 5.694 5.655 5.632 5.598 5.675 5.628 5.562 5.636 5.583 5.567 5.551 5.649 5.708 5.696 5.614 5.637 5.601 5.628 5.711 5.566 5.653 5.653 5.597 5.687 5.717 5.678 5.654 5.556 5.707 5.563 5.628 5.679 5.714 5.555 5.719 5.634 5.647 5.717 5.612 5.705 5.657 5.670 5.607 5.687 5.666 5.612 5.718 5.714 5.713 5.663 5.641 5.589 5.656 5.712 5.639 5.577 5.580 5.674 5.636 5.625 5.597 5.616 5.591 5.616 5.700 5.706 5.695 5.562 5.699 5.607 5.573 5.659 5.632 5.654 5.568 5.628 5.687 5.605 5.689 5.687 5.554 5.618 5.701 5.681 5.645 5.714 5.665 5.661 5.634 5.714 5.586 5.656 5.673 5.657 5.717 5.611 5.578 5.579 5.614 5.644 5.724 5.647 5.566 5.697 5.558 5.586 5.586 5.611 5.573 5.573 5.709 5.629 5.649 5.552 5.615 5.645 5.611 5.686 5.588 5.641 5.704 5.703 5.696 5.557 5.551 5.725 5.608 5.725 5.603 5.677 5.638 5.573 5.640 5.561 5.631 5.563 5.671 5.662 5.569 5.648 5.680 5.681 5.551 5.555 5.578 5.701 5.645 5.670 5.574 5.594 5.705 5.633 5.719 5.680 5.647 5.641 5.553 5.616 5.698 5.552 5.566 5.559 5.697 5.686 5.560 5.629 5.701 5.622 5.615 5.553 5.608 5.637 5.663 5.696 5.714 5.675 5.613 5.594 5.669 5.569 5.716 5.705 5.603 5.709 5.717 5.606 5.581 5.575 5.601 5.600 5.664 5.715 5.705 5.583 5.586 5.592 5.550 5.628 5.662 5.603 5.559 5.676 5.558 5.678 5.671 5.642 5.581 5.568 5.706 5.665 5.712 5.574 5.602 5.699 5.716 5.693 5.711 5.635 5.612 BLANK #1: Is this a question involving mean or proportion? ***ANSWER "MEAN" OR "PROPORTION" (WITHOUT THE QUOTATION MARKS)*** BLANK #2: What is the LOW end of the estimate ***ANSWER TO 3 DECIMALS*** BLANK #3: What is the HIGH end of the estimate ***ANSWER TO 3 DECIMALS***
4. Show that if n is any integer, then n^2 3n 5 is an odd integer
∫ √9x + 1 dx
show step by step simplification: (¬𝑑∨((¬b∧c)∨(b∧¬c)))∧((𝑎 ∧ 𝑏) ∨ (¬𝑎 ∧ ¬𝑏))∧(¬𝑐∨((¬𝑑∧𝑎)∨(𝑑∧¬𝑎)))
Nice's central library building is considered one of the most original in the world, as it is a mix between a sculpture and a work of habitable architecture. It was called La Tête Carrée and is made up of part of a bust that supports a cube divided into five floors. It is known that the building has a total height of approximately 30 meters. It admits that the cubic part of the sculpture is parallel to the floor and has a volume of 2744 meters3 Calculate, in meters, the height of the bust that supports the cube. Displays all the calculations you made.
A Smooth Plane is listed for $195.00. Discounts of 12% and 10% are allowed. If the customer pays cash within 30 days, an additional discount of 3% is granted. What is the cost if a carpenter takes advantage of all the discounts offered?
For the numbers below, select a number at random and find the probability that: a. The number is even b. The sum of the number’s digit is even c. The number is greater than 50 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
simplify w+[6+(-5)]
Today a father deposits $12,500 in a bank that pays 8% annual interest. Additionally, make annual contributions due of $2,000 annually for 3 years. The fund is for your son to receive an annuity and pay for his studies for 5 years. If the child starts college after 4 years, how much is the value of the annuity? solve how well it is for an exam
A triangle is cut by a line s parallel to the base in such a way that it divides the side of the triangle into parts in the ratio of 2 : 3. Find the other side of the triangle if it is known that the line s divides it into parts whose length is 5 cm.
Mark is gluing a ribbon around the sides of a picture frame. The frame is 11 inches long and 7 includes wide. How much ribbon does Mark need?