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

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

expert
Aadil Ahmad ParrayMathematics
(/5)

973 Answers

Hire Me
expert
James BeckettBusiness
(5/5)

596 Answers

Hire Me
expert
Jacob CaleGeneral article writing
(5/5)

647 Answers

Hire Me
expert
Gary BambrickResume writing
(5/5)

757 Answers

Hire Me
STATA
(5/5)

Earned Income Tax Credit in the USA is a program to support low-income families with children.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Assignment

A Stata do-file that creates all of your results. This file must be annotated with explanatory comments so that it is clear what results are sought, and it must run without syntax errors (assuming the data is in the current working directory).

A typed report (Word or pdf format). Part of the assignment is to present results ‘professionally’. This means that there should be no Stata commands or Stata output in the main text. Extract the information you need from the Stata output, and create nice tables and figures similar to those you see in textbooks and journal articles. Attach your Stata do- and log-files as appendices. There should be no mismatch between the do-file results and the reported results.

Your submission must by all your own original work. You must not collaborate with anyone. You may consult all of the EMET8005 course materials. If you have any questions about the assignment, please email EMET8005@anu.edu.au. There is no penalty for clarification questions. If you are stuck or lost we may be able to provide a hint to unstick you, possibly with a small grade penalty.

Introduction The Earned Income Tax Credit (EITC) in the USA is a program to support low-income families with children. Most other welfare programs give money to poor people depending on some assessment of their needs. If recipients begin to earn more money, then their benefits are typically reduced, and this may discourage them from working. The EITC attempts to encourage work by giving money in proportion to people’s own earnings. Only after their earnings reach a certain threshold are the benefits gradually reduced.

The figure above illustrates the program. The parameters are different in 1992 and 1996, but the principles are the same. There are four phases depending on people’s earnings. For people with very low earnings, the tax office pays them a benefit amount proportional to their earnings until a maximum is reached (about 18% in 1992 and about 34% in 1996). For people in the next earnings range, the EITC amount is the same for everybody. In the third phase, the EITC is gradually reduced (at about the rate 13% in 1992 and 16% in 1996). Finally, the EITC is nil for people whose earnings are above a certain threshold. The rates and amounts are adjusted almost every year and vary with the number of children in the family, so the program is even more complicated than shown here.

The figure below illustrates how after-tax income is affected by the EITC. (The horizontal axis measures income or working hours increasing from right to left.) Without the EITC, after- tax income will increase proportionally with working hours, which corresponds to line ADE. The EITC changes the after-tax income to the line ABCDE. The line segment AB corresponds to very low earned income which is subsidized at a constant rate. The line BC corresponds to the income interval where the EITC amount is constant. The line CD corresponds to the earned income range where the EITC is phased out. The line DE corresponds to top earned income range which is unaffected by the EITC program.

Simple economic theory suggests that the EITC program encourages labour force partici- pation for those who would not work otherwise, and doesn’t discourage working for anyone. However, the effect on hours of work is ambiguous. Theorists think that people in the phase-in range could either increase or decrease their working hours, while those in the constant and the phase-out ranges would always reduce hours. (It may be helpful for you to think of after-tax income as ‘consumption’ and working hours as negative ‘leisure’. Since consumption and leisure are both nice, ‘utility’ increases towards the upper right corner of the diagram.)

Analysis and report In this assignment you will use difference-in-differences methodology to study the impacts of changes in the EITC program on employment. As mentioned, the program parameters (the phase-in rate, the maximum credit, the income level where the credit begins to phase out, and the phase-out rate) vary across years. However, the changes were relatively minor during 1991–1993, while a big expansion occurred between 1993 and 1994 with further relatively minor expansions in the following years. The 1993/1994 expansion increased the generosity particularly for families with two or more children.

For the purposes of this assignment, assume that 1991–1993 are the pre-treatment years and that 1994–1996 are the post-treatment years. From 1994, there is also some support for very poor families without children, but the amount is small and we shall ignore this here. The vast

majority of eligible families consists of a single mother and her children. Hence, assume that the treatment group consists of single women with children and low income. A possible control group is single women without children. Since poverty is concentrated among people with not much education, we restrict the analysis to mothers with less than high school education.

Download the Stata data set asEITC.dta from Wattle. The original source of these data is various waves of the monthly Current Population Survey (CPS). The file has data for a sample of single women aged 20–54 with less than a high school education covering the years 1991–1996. All dollar amounts are in 1997 dollars.

There is a small confusing issue of timing that fortunately you don’t really need to worry about. The variable work indicates whether the respondent was employed ‘last year’. This is because the data are taken from the March CPS surveys where the respondents are interviewed about their employment and earnings in the last financial/tax year (January-December ‘last year’ when you look back from March). All the variables in this dataset refer to the last financial/tax year, so the timing should be consistent.

Begin by constructing dummy variables for the treatment group (call it anykids) and for the treatment period (call it post93 ).

(a) Create a table of sample means and standard deviations for age, non-white race, years of education, whether working, family income, earnings, and unearned income over the years 1991–1993 for four groups (in separate columns): (1) single women without children; (2) single women with any children; (3) single women with one child; and (4) single women with two or more children. (Note another term for unearned income is non-labour income.)

Earnings are reported as zero for women who are not employed. Create a new variable with earnings conditional on working (ie missing for non-employed) and include summary statistics of this variable in the table as well.

Discuss the differences and similarities in the sample across groups.

(b) A colleague suggests you can estimate the effect of the EITC expansion on employment by comparing single women with kids in 1994–1996 and single women without kids in 1994–1996. Describe how to do this in a regression framework (without additional control variables), carry out the regression, and present the results. Discuss the findings. Given the information in (a), how might this estimate be biased?

(c) Create a graph which shows the average annual employment rates for each of the years 1991–1996 for single women with children (treatment) and single women without children (control). Discuss the differences that show up in the graph.

Use this information to critique the validity of using single women without children as the control group. In particular examine the ‘pre-treatment’ trends and how they differ by group.

Hint: There are various ways to go about creating a graph with averages by year. One way is to use the Stata command collapse which will replace the current data sets with another data set consisting of summary statistics. For example,collapse (mean) work, by(year anykids)

will create a data set of the mean of work for each combination of year and anykids. The original data set will be erased from memory, and must be reloaded after the graphs is done. Check the Stata online help for details.

If you use collapse, remember to restore the original data when you are finished with the graph.

(d) Given the level difference in average employment rates by group in (c) it may be hard to assess the results from the graphs. Instead create a graph showing the differences in the average employment rate between the treatment and control group across years. Comment on the graph.

Hint: Again, there are various ways to do this. One way begins with estimating a regression with a full set of time dummies as well as the time dummies interacted with anykids. The coefficients on the interaction terms capture the year-specific differences in average employment rates. Now find a way to plot these coefficients (with year on the horizontal axis).

(e) Carry out a formal test of the hypothesis that the trends are parallel during 1991–1993. That is, test that the difference in employment rates between women with children and women without children is the same (not necessarily 0) across the years 1991, 1992, and 1993. Note that this amounts to two restrictions (like Dif 1991 = Dif 1992 and Dif 1991 = Dif 1993).

(5/5)
Attachments:

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