Programming and Analytics for  Behavioural Economists

Programming and Analytics

ECO-7026A

Summative Coursework 2

Timings

This assessment paper will be available from the 9th of December 2022 until the 19th January 2023.

Instructions

The TOTAL number of marks available for the paper is 100 MARKS:

  • 50 marks for the code
  • 50 marks for the findings

Word count

A recommended maximum word count is 1000 words.

Any work submitted beyond the recommended word count will be at the discretion of the marker to consider.

Academic Integrity

To maintain academic integrity students are required to:

  • Not keep an electronic copy of this paper or share the content with others
  • Ensure that all work produced is solely their own. Students are advised that their work will be checked using text matching software to determine any similarity with the work of other students or with other published materials.

The University policy regarding plagiarism and collusion will apply to this examination. A copy of the policy can be viewed here: Plagiarism and Collusion

Submission

The submission point for this assessment will close at 15:00 UK time, 19th January 2023. It is recommended that you submit your work as soon as completed.

All coursework must be submitted as a self-contained zip file containing all codes, Stata datasets, and the written report in Word format.  Python codes may be submitted as Jupyter notebooks or standalone scripts, at your option.

Guidance on submitting un-typed answers, such as diagrams and graphs, can be found on Blackboard, beneath this paper.

Students are advised to keep a copy of their submitted work in case of unforeseeable technical difficulties.

If you encounter difficulties submitting your work and are unable to submit in the time allowed for your exam, please complete this form as soon as possible to contact the Assessment and Quality Office for help.

Assessment Task

In this project, you will undertake economic research using Python and Stata.

Below there are two Task Options. You will need to choose ONLY ONE TASK OPTION and follow the instructions to collect and organise data in a dataset and use that dataset to conduct the analysis, and report your findings.

Submissions should take the form of a zip file including:

  • A report on your findings (max 1000 words excluding tables and figures). This format should match the empirical section of a research article, with a brief introduction and conclusion.
  • Python and/or Stata code to reproduce your findings. Python codes should run in the environment used on the module; if you need to use additional Python packages, these should be clearly specified (including version number).  Stata codes should run on Stata/SE; any additional packages used should be available from ssc, and their versions stated.
  • It should be clear how the code maps to the results you report, i.e. how to generate each result in your report. You may optionally include a brief README describing how to reproduce your results.
  • Any data files apart from the main project dataset should be included in the zip file, along with information on the source (e.g. a URL or web page). You need not include the main project dataset, but for large datasets you should make clear which files are needed, how they should be named and the URL source.

Marking criteria

The project will be marked on based on your findings and code.

Findings (50%):

1) The data should be accurately and informatively described.

2) You should define a clear research question and hypothesis, which the empirical analysis should test. The suggested topics include possible research questions.

3) Results should be accurately and informatively reported.

4) Results should be reproducible. It should be clear how to reproduce your results by running your code, along with the relevant project data. Results should match the report.

5) Finally, the broader significance of your results should be briefly discussed.

Note that originality of the research question is not a marking criterion. It’s fine to replicate some existing published research, so long as you make clear that is what you are doing. Important! Your code, analysis and report should be done independently. Replicating other students’ work is plagiarism and it is punishable according to UEA guidelines.

Code (50%). Code should be:

1) Correct. Doing what it is intended to do without errors, and giving output which matches the description in your findings.

2) Complete. Starting with the raw project data and finishing with the reported results.

3) Well-structured. Functions and/or other programming constructs should be used where appropriate to aid reproducibility and maintainability.

4) Readable. Code and algorithms should be as clear and straightforward as possible. Variable and function names should convey intent. Comments should be used appropriately. Formatting should aid readability.

5) Secure. Code shouldn’t connect to the internet, read or write files except the contents of the zip file, or do other unexpected or dangerous things.

Criteria for a distinction mark

  1. Code and findings should meet all the criteria above.
  2. The report should be well structured (using section headers) and should contain: a brief introduction (complete with the research question), methods, results, and conclusions.
  3. The figures and tables should be correct, readable and easy to understand without reading the report; use appropriate formatting, captions and notes.

Task Option 1:  The effects of the Russia-Ukraine war on stock prices

Create a dataset of historical daily stock prices for 20 companies between 1st January 2021- 30th November 2020 listed on the London stock exchange. Choose 10 technology companies and 10 food-producing companies.

Using this dataset, your task is to investigate:

  1. Whether there was an effect of the start of the Russian-Ukraine war on the stock returns.
  2. Has the war (e.g., major attacks and Russian advances) continued to affect the companies’ stock returns?
  3. Have positive news such as the retake of Kherson by Ukrainian forces on November 11 affected these companies’ stock returns?
  4. Are there any differences in the effects of war news on stock returns between technology companies and food-producing companies?

In order to create a dataset, you will need to download the data from an appropriate source (e.g. Yahoo Finance), append the data for different companies in a single file, and reshape the data to obtain a panel data structure. You will need to download price data and any characteristics of company you feel are relevant for your analysis (e.g., market capitalisation). You can also download other company characteristics, or financial performance indicators from your preferred if it helps your analysis. You will also need to independently research important dates or main events during the war in Ukraine and include them as appropriate variables in your dataset.

Using this dataset, you are required to use data visualisation and regression analysis to display and estimate the effects of the war in your overall sample and in different sub-samples. For question 1 you will need to include in your analysis a variable for the onset of the war and the following period. For questions 2 and 3 you will need to research the dates of 2-3 major events or announcements, some negative, some positive, and use that information to code variables for the timing of those events in your data and test their effect on stock returns. You can investigate question 4 by using econometric models which include interaction terms.

In your report, briefly describe the data, sample and variables used, econometric model, and present your results. Discuss your findings and why you find/do not find any differences between the stocks in terms of the effect of the war? What do your findings suggest about investor behaviour? Consulting published research and relating your findings to published research on the topic is recommended, but not mandatory. Specifically, if you refer to other research to discuss the broader significance of your results, it may help you to earn the marks for marking criterion 5) in Findings. But if you have a very good discussion of the implications of your findings without citing other research, marks will not be deducted.

Suggested reading to inspire you for this task:

Sun, M. and Zhang, C. (2022). “Comprehensive analysis of global stock market reactions to the Russia-Ukraine war”, Applied economics letters. https://www.tandfonline.com/doi/full/10.1080/13504851.2022.2103077

Task Option 2: Demographic mix, seasonality effects and reference dependence in performance at Parkrun events

Create a dataset of all individual performances at all the Norfolk-based Parkrun events between 1st January 2014 and 9th December 2017, using the data available in the .csv files at https://www.dropbox.com/sh/7s9j3z8o45c9wtz/AAAvD19TAJhATfrG92WMu9b-a?dl=0

Using the appended dataset, your task is to investigate:

  1. Compare the overall demographic mix of the participants in terms of gender and age across different event locations. Are there important differences in the composition of participants at different events across Norfolk?    
  2. Compare average performance across months. Are there any seasonality effects in performance across the year? 
  3. Do the performance data suggest reference-dependent behaviour?  For example, are participants more likely to finish just under a full-minute time (e.g. 23:50-23:59 compared to 24:00-24:09)? Do males show more refence-dependent behaviour than females?

In order to create the dataset, you will need to append all the separate event files into one document. The files contain information for individual runners regarding: event location, date of the event, individual performance and rank, individual characteristics such as age category and gender and other data. The variables contained in these files are described in the “Task Option 2 Readme” file. The final dataset should have all individual participants on rows and the variables on columns, similar to the separate raw data files. Note that parkrun is a casual event, and there are no checkpoints that confirm a finisher completed the course; look out carefully for unexpectedly slow times (from, e.g., running alongside a less-fast friend) or fast times (from, e.g., record-keeping error).

Using this dataset, for question 1 you will need to group data by event location and display appropriate graphs comparing the gender and age mix across locations. Think about displaying confidence intervals in your graphs to help you test the hypothesis that there is a 50-50% gender mix amongst participants.

For questions 2 and 3 you will need to further restrict the sample to work only with participants aged 16 to 45 years old, when we can expect performance to reach a peak. Display graphically the trends in average monthly performance in the restricted sample. Specify appropriate regression models and estimate regressions to test formally whether performance differs systematically across months. You will need to think carefully about how to account for the fact that the same individuals appear in the data more than once.    

For question 3 you can think about displaying the distribution of running times (think carefully about how to construct appropriate bins that will showcase any bunching around exact times). You can estimate regressions to test formally whether the males are more likely than females to display reference-dependent behaviour, for example whether they are more likely to finish the race in a tight window before exact times (e.g., 23:50-24:00). To estimate this kind of regression you will need to think carefully about how to define the outcome variable (e.g., “bunching before exact time”).     

In your report, briefly describe the data, sample and variables used, econometric model (including appropriate controls, correcting the standard errors where necessary), and present your results. Discuss your findings and what they suggest in terms of performance and strategic behaviour of runners. Consulting published research and relating your findings to published research on the topic is recommended, but not mandatory. Specifically, if you refer to other research to discuss the broader significance of your results, it may help you to earn the marks for marking criterion 5) in Findings. But if you have a very good discussion of the implications of your findings without citing other research, marks will not be deducted.

Suggested reading to inspire you for this task:

Allen et al, “Reference-Dependent Preferences: Evidence from Marathon Runners” (Management Science 2017), https://pubsonline.informs.org/doi/pdf/10.1287/mnsc.2015.2417

Dawson, P., Nasamu, E. and Turocy, T. L. (2018) UEA ECO Blog.  https://ueaeconomics.wordpress.com/2018/01/03/parkrun2/

 

Get expert help for Programming and Analytics and many more. 24X7 help, plag free solution. Order online now!

Universal Assignment (March 29, 2024) Programming and Analytics for  Behavioural Economists. Retrieved from https://universalassignment.com/programming-and-analytics/.
"Programming and Analytics for  Behavioural Economists." Universal Assignment - March 29, 2024, https://universalassignment.com/programming-and-analytics/
Universal Assignment December 18, 2022 Programming and Analytics for  Behavioural Economists., viewed March 29, 2024,<https://universalassignment.com/programming-and-analytics/>
Universal Assignment - Programming and Analytics for  Behavioural Economists. [Internet]. [Accessed March 29, 2024]. Available from: https://universalassignment.com/programming-and-analytics/
"Programming and Analytics for  Behavioural Economists." Universal Assignment - Accessed March 29, 2024. https://universalassignment.com/programming-and-analytics/
"Programming and Analytics for  Behavioural Economists." Universal Assignment [Online]. Available: https://universalassignment.com/programming-and-analytics/. [Accessed: March 29, 2024]

Please note along with our service, we will provide you with the following deliverables:

Please do not hesitate to put forward any queries regarding the service provision.

We look forward to having you on board with us.

Categories

Get 90%* Discount on Assignment Help

Most Frequent Questions & Answers

Universal Assignment Services is the best place to get help in your all kind of assignment help. We have 172+ experts available, who can help you to get HD+ grades. We also provide Free Plag report, Free Revisions,Best Price in the industry guaranteed.

We provide all kinds of assignmednt help, Report writing, Essay Writing, Dissertations, Thesis writing, Research Proposal, Research Report, Home work help, Question Answers help, Case studies, mathematical and Statistical tasks, Website development, Android application, Resume/CV writing, SOP(Statement of Purpose) Writing, Blog/Article, Poster making and so on.

We are available round the clock, 24X7, 365 days. You can appach us to our Whatsapp number +1 (613)778 8542 or email to info@universalassignment.com . We provide Free revision policy, if you need and revisions to be done on the task, we will do the same for you as soon as possible.

We provide services mainly to all major institutes and Universities in Australia, Canada, China, Malaysia, India, South Africa, New Zealand, Singapore, the United Arab Emirates, the United Kingdom, and the United States.

We provide lucrative discounts from 28% to 70% as per the wordcount, Technicality, Deadline and the number of your previous assignments done with us.

After your assignment request our team will check and update you the best suitable service for you alongwith the charges for the task. After confirmation and payment team will start the work and provide the task as per the deadline.

Yes, we will provide Plagirism free task and a free turnitin report along with the task without any extra cost.

No, if the main requirement is same, you don’t have to pay any additional amount. But it there is a additional requirement, then you have to pay the balance amount in order to get the revised solution.

The Fees are as minimum as $10 per page(1 page=250 words) and in case of a big task, we provide huge discounts.

We accept all the major Credit and Debit Cards for the payment. We do accept Paypal also.

Popular Assignments

Bsc Public Health and Health Promotion (Top up) LSC LONDON

Health and Work Assignment Brief.                 Assessment brief: A case study of 4,000 words (weighted at 100%) Students will present a series of complementary pieces of written work that:   a) analyse the key workplace issues; b) evaluate current or proposed strategies for managing them from a public health/health promotion perspective

Read More »

6HW109 Environmental Management and Sustainable Health

ASSESSMENT BRIEF MODULE CODE: 6HW109 MODULE TITLE: Environmental Management and Sustainable Health MODULE LEADER: XXXXXXXXX ACADEMIC YEAR: 2022-23 1        Demonstrate a critical awareness of the concept of Environmental Management linked to Health 2        Critically analyse climate change and health public policies. 3        Demonstrate a critical awareness of the concept of

Read More »

PROFESSIONAL SECURE NETWORKS COCS71196

PROFESSIONAL SECURE NETWORKS– Case Study Assessment Information Module Title: PROFESSIONAL SECURE NETWORKS   Module Code: COCS71196 Submission Deadline: 10th May 2024 by 3:30pm Instructions to candidates This assignment is one of two parts of the formal assessment for COCS71196 and is therefore compulsory. The assignment is weighted at 50% of

Read More »

CYBERCRIME FORENSIC ANALYSIS – COCS71193

CYBERCRIME FORENSIC ANALYSIS – COCS71193 Assignment Specification Weighted at 100% of the module mark. Learning Outcomes being assessed by this portfolio. Submission Deadline: Monday 6th May 2024, 1600Hrs. Requirements & Marking Scheme General Guidelines: This is an individual assessment comprised of four parts and is weighted at 100% of the

Read More »

Social Media Campaigns (SMC) Spring 2024 – Winter 2024

Unit: Dynamic Websites Assignment title: Social Media Campaigns (SMC) Spring 2024 – Winter 2024 Students must not use templates that they have not designed or created in this module assessment. This includes website building applications, free HTML5 website templates, or any software that is available to them to help with

Read More »

ABCJ3103 NEWS WRITING AND REPORTING Assignment

ASSIGNMENT/ TUGASAN _________________________________________________________________________ ABCJ3103 NEWS WRITING AND REPORTING PENULISAN DAN PELAPORAN BERITA JANUARY 2024 SEMESTER SPECIFIC INSTRUCTION / ARAHAN KHUSUS Jawab dalam bahasa Melayu atau bahasa Inggeris. Jumlah patah perkataan: 2500 – 3000 patah perkataan tidak termasuk rujukan. Hantar tugasan SEKALI sahaja dalam PELBAGAIfail. Tugasan ini dihantar secara ONLINE. Tarikh

Read More »

ABCM2103 INFORMATION TECHNOLOGY, MEDIA AND SOCIETY Assignment

ASSIGNMENT/ TUGASAN _________________________________________________________________________ ABCM2103 INFORMATION TECHNOLOGY, MEDIA AND SOCIETY TEKNOLOGI MAKLUMAT, MEDIA DAN MASYARAKAT JANUARY 2021 SPECIFIC INSTRUCTION / ARAHAN KHUSUS Jawab dalam Bahasa Melayu atau Bahasa Inggeris. Jumlah patah perkataan : 2500 – 3000 patah perkataan tidak termasuk rujukan. Hantar tugasan SEKALI sahaja dalam SATU fail. Tugasan ini dihantar

Read More »

ABCR3203 COMMUNICATION LAW Assignment

ASSIGNMENT/ TUGASAN _________________________________________________________________________ ABCR3203 COMMUNICATION LAW UNDANG-UNDANG KOMUNIKASI JANUARY 2024 SEMESTER SPECIFIC INSTRUCTION / ARAHAN KHUSUS Jawab dalam Bahasa Melayu atau Bahasa Inggeris. Jumlah patah perkataan : 2500 – 3000 patah perkataan tidak termasuk rujukan. Hantar tugasan SEKALI sahaja dalam SATU fail. Tugasan ini dihantar secara ONLINE. Tarikh penghantaran        :

Read More »

ORGANISATIONAL STRATEGY PLANNING AND MANAGEMENT ASSIGNMENT

POSTGRADUATE DIPLOMA IN BUSINESS MANAGEMENT ORGANISATIONAL STRATEGY PLANNING AND MANAGEMENT ASSIGNMENT NOTE: At postgraduate level, you are expected to substantiate your answers with evidence from independent research. INTRODUCTION TO THE ASSIGNMENT • This assignment consists of FOUR compulsory questions. Please answer all of them. • When you answer, preferably use

Read More »

Solution: Scenario 1, Mirror therapy in patients post stroke

Title: Scenario 1, Mirror therapy in patients post stroke Part 1 : Summary Ramachandran and colleagues developed mirror therapy to treat amputees’ agony from phantom limbs. Patients were able to feel their amputated limb without experiencing any pain by presenting them a mirror image of their healthy arm. Since then,

Read More »

Solution: Exploring the Dominance of Silence

Slide 1: Title – Exploring the Dominance of Silence The title, “Exploring the Dominance of Silence,” sets the stage for a deep dive into the portrayal of silence in Philip K. Dick’s “Do Androids Dream of Electric Sheep?” Our presentation will dissect the literary techniques used by the author to

Read More »

Solution: Assessment: Critical Reflection S2 2023

The policies that hampered the cultural survival of Indigenous groups have a major effect on their health (Coffin, 2007). Cultural isolation can cause an identity crisis and a sense of loss, which can exacerbate mental health problems. Indigenous people have greater rates of chronic illness and impairment due to historical

Read More »

Solution: The Market – Product and Competition Analysis

Section 1: The Market – Product and Competition Analysis Industry and Competition Analysis: The baking mix market is very competitive, but My Better Batch is entering it anyhow. The prepackaged baking mixes sold in this market allow busy people to have bakery-quality products on the table quickly without sacrificing quality

Read More »

Solution: PDCA model for Riot

Student Name: Student ID: University Name: Date: Learning Outcome 1: Engage actively in recognizing a new product/service for Riot and detect the vital tasks required for its effective growth. In this comprehensive learning outcome, Riot’s progress towards innovation superiority is characterized by a deliberate scheme that draws on components from

Read More »

Solution: EDEN 100 – ASSIGNMENT 1

Part 1: Reflections on the Register Variables Use the questions in Column 1 and analyse the sample oral interactions provided under the assessment tile. The transcript for Viv’s conversation is provided on pages 4-5. Probe Questions  Link to readings and theory Interaction 1 Interaction 2 PART 1 – ANALYSING THE

Read More »

Solution: TCP/IP Questions

Table of Contents Question 1. 1 1. IPSec datagram protocol 1 2. Source and destination IP addresses in original IP datagram.. 1 3. Source and destination IP addresses in new IP header 2 4. Protocol number in the protocol field of the new IP header 2 5. Information and Bob.

Read More »

Solution: Fundamentals of Employment Assistance Program and Counselling

ASSESSMENT 3 Subject: Fundamentals of Employment Assistance Program and Counselling Case study Question 1 a)     Major Issues for Theo that could be addressed in counselling: b)    Issues to Address First in Short-Term Counselling:             The cognitive processes of memory, focus, and decision-making are all impacted by insufficient sleep. Such cognitive

Read More »

Solution: EQUITY AND INCLUSION IN EARLY CHILDHOOD IN AUSTRALIA

Written Policy Recommendation Name: Student Number: Email: Date: Introduction: The early years of a child’s life are important for their holistic development, making early childhood education a foundation for their future accomplishments. Nevertheless, guaranteeing equality and inclusion in early childhood education stays a major problem in our society. This policy

Read More »

Solution: Report Health Issue

Table of Contents Executive Summary                                                                                                   3 Introduction                                                                                                                5 Examination of the Chosen Health Issue in the Context of Lambeth                        5 Application of Health Inequality Framework and Analysis of Determinants: Psychotropic Drug Use in Lambeth                                                                           6 Exploration and Discussion of Strategies to Manage Psychotropic Drug Use in Lambeth                                                                                                                        7 Conclusion                                                                                                                  8

Read More »

Solution: Section III: Marketing

Section III: Marketing Channels for Advertising: Understanding Who Makes Baking Product Purchase Decisions is Crucial for My Better Batch’s Business Success (Sampson et al, 2017). Home bakers may make up a disproportionate share of the decision-makers in the UK. As a result, My Better Batch has to target people, especially

Read More »

Solution: Analytics Project Project Management Plan

Analytics Project Project Management Plan Date: 22-10-2023 Author: Name Here Version: 2.0 Project Management Plan (PMP) This project management plan will outline the strategies and plans used to manage ‘analytics project’ for the Style-Hub organization. It will include the tasks such as project governance, management, planning, budget and controlling. It

Read More »

Solution: Report Health Issue

Table of Contents Executive Summary                                                                                                   3 Introduction                                                                                                                5 Examination of the Chosen Health Issue in the Context of Lambeth                        5 Application of Health Inequality Framework and Analysis of Determinants: Psychotropic Drug Use in Lambeth                                                                           6 Exploration and Discussion of Strategies to Manage Psychotropic Drug Use in Lambeth                                                                                                                        7 Conclusion                                                                                                                  8

Read More »

Solution: Mirror therapy in patients post stroke

Title: Scenario 1, Mirror therapy in patients post stroke Part 1 : Summary Ramachandran and colleagues developed mirror therapy to treat amputees’ agony from phantom limbs. Patients were able to feel their amputated limb without experiencing any pain by presenting them a mirror image of their healthy arm. Since then,

Read More »

Can't Find Your Assignment?

Open chat
1
Free Assistance
Universal Assignment
Hello 👋
How can we help you?