ASSIGNMENT/PROJECT
You will need to submit your assignment to “Turn-it-in” (via iLearn) under the Assignment banner.
• In this assessment students will submit a written document. This is to be completed as an individual piece of work.
• The assignment should be typed with the main tables, charts and results presented throughout the assignment to highlight your responses to the assignment questions. Marks will be deducted for assignments that are badly presented or hard to read.
• Insert the relevant part of the Eviews (or any other software) output to each question. The Eviews commands you used should also be explained carefully.
• The assignment is worth 34% of the course grade.
• In addition to submitting your written assignment, you must also submit, as separate files, the Eviews program that you wrote, the data file read into Eviews in Excel format and a text file containing the output of the program. Your Eviews program should be commented, and you should use names for objects that help the marker understand your program. The files that you submit will not be individually marked but may be used by the marker to understand your written assignment better. If you do not submit these files, or if they are incomplete, you may be marked down.
• To submit your assignment and your computer files, find the two relevant links on the homepage under the Assignment 3 ECON8015/7015 banner and follow the instructions therein.
Part I
(35 marks)
Acemoglu et al. (2005) investigate whether education promotes democracy. Arguments in the literature are based on the assumption that education broadens one’s outlook and increases the ability to make rational electoral choices.
In this study, you will use two measures of democracy. The first one is the Freedom House Political Rights Index (FHP). This index is based on the political rights for individuals in a country (free and fair elections, whether those who are elected rule, whether there are competitive parties or other political groupings, whether the opposition plays an important role and has actual power, and whether minority groups have reasonable self-government or can participate in the government through informal consensus). It is transformed to lie between 0 and 1. The value 1 corresponds to the most democratic set of institutions. The second index is the Polity IV (Polity4) index. The Polity Democracy Index ranges from zero to ten and is derived from coding the competitiveness of political participation, the openness and competitiveness of executive recruitment, and constraints on the chief executive. To facilitate comparison with the Freedom House score, we normalize the composite Polity index to lie between zero and one.
You are also given the countries PPP GDP per capita in log (lrgdp) and education as average total years of schooling in the population age 25 years and over (educ).
The data file DEMO_8015.xlsx includes data on 60 countries for the sample period 1960– 2000 and each observation corresponds to five-year intervals.
We consider the following econometric model:
ππππ‘ = π½1ππ + πΎπΎπ‘ + π½2πππ,π‘−1 + π½3πππ’ππππ‘ + ππππ‘ (1) where dit is the democracy score of country i in period t.
1. Graph the two democracy series on different graphs using the individual cross-sectional unit option.
Comment on the graphs. (5 marks)
2. Using FHP as the democracy index estimate equation (1) using FE (both cross-sections and periods) and 2SLS (use the following instruments educ(-1 to -2) and lrgdp(-1 to - 2) @EXPAND(@YEAR,@DROPFIRST) C for 2SLS).
Comment on the results. (10 marks)
3. Estimate equation (1) using FHP as the democracy index and Arellano-Bond. Use the following instruments: @DYN(FHP,-2) @DYN(EDUC, -2) @DYN(LRGDP,-2) @LEV(@EXPAND(@YEAR,@DROPFIRST)).
Comment on the results. (10 marks)
4. Estimate equation (1) using Polity4 as the democracy index and Arellano-Bond. Use the following instruments: @DYN(Polity4,-2) @DYN(EDUC,-2) @DYN(LRGDP,-2) @LEV((@(EXPAND(@YEAR,@DROPFIRST)).
Comment on the results. (10 marks)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
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
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme