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 (July 1, 2025) Programming and Analytics for  Behavioural Economists. Retrieved from https://universalassignment.com/programming-and-analytics/.
"Programming and Analytics for  Behavioural Economists." Universal Assignment - July 1, 2025, https://universalassignment.com/programming-and-analytics/
Universal Assignment December 18, 2022 Programming and Analytics for  Behavioural Economists., viewed July 1, 2025,<https://universalassignment.com/programming-and-analytics/>
Universal Assignment - Programming and Analytics for  Behavioural Economists. [Internet]. [Accessed July 1, 2025]. Available from: https://universalassignment.com/programming-and-analytics/
"Programming and Analytics for  Behavioural Economists." Universal Assignment - Accessed July 1, 2025. https://universalassignment.com/programming-and-analytics/
"Programming and Analytics for  Behavioural Economists." Universal Assignment [Online]. Available: https://universalassignment.com/programming-and-analytics/. [Accessed: July 1, 2025]

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.

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

Nursing Ethics and Law – Henry Pearson Case Study

Nursing Ethics and Law – Henry Pearson Case Study Course Code & NameNUR1103 |Context of Professional PracticeAssessment Item and NameAssessment THREE | Case StudyAssessment Item TypeEssay/ Case studyDue Date & TimeWeek 10 | 15th March 23:59 hrsLengthEssay is 1200 words + or – 10%Marks and WeightingOverall mark is out of

Read More »

NUR3397 – Complex Care Case Study Presentation

Course Code & NameNUR3397 |Complex Care AAssessment Item and NameAssessment TWO | PresentationAssessment Item TypeIndividual oral presentationDue Date & TimeWeek 10 | 22nd April 23:59 hrsResults data will be returned to you three weeks after your submission dateLength12-15 minute oral presentation recorded to ZOOM cloud + or – 10%Marks and

Read More »

AI in Recruitment: Legal and Ethical Implications for Harmony Haven

PurposeThis assessment helps you demonstrate report-writing skills essential for HR and other professional roles. It develops your research abilities, including sourcing, reviewing, and synthesizing academic and non-academic literature. Strong report-writing skills support informed business decisions, enhancing your ability to assist managers and advance your career. AI in Recruitment: Legal and

Read More »

Youth Justice Crisis: Indigenous Incarceration in Australia

issues During Impact Root  cause Youth justice crisis ongoing Disproportionate indigenous youth incarcerations reports of abuse eg Don Dale Low age of criminal responsibility (10) – Systemic racism and overpolicing – Lack of diversion and rehabilitation pathways Word: 1000 Topic selected: Youth Justic Crisis, Assessment 1: Conflict Analysis Exercise –

Read More »

PV System Design and Energy Analysis for Residential Use

Executive Summary Provide a brief summary of the key methods and key results, max 500 words. 1.         Introduction (aims and objectives and brief description of the system studied and methods of the next sections) approximately half a page 2.         Solar irradiation analysis Provide location and data used. Provide hourly GHI,

Read More »

Assignment 3: Statistical Analysis and Recommendations for Enhancing HDI

Student Name:               Your full name Student ID:                     Your Student ID Make sure to delete the instructions!! Introduction: Include a succinct introduction at the start of your report. You may write a few sentences about purpose of this report, the type of analysis, or any other relevant information (about 50 words).

Read More »

Brian Old Age Case study Assignment

Assessment 1 – Written AssessmentAssessment TypePurposeDescriptionWritten AssignmentThe purpose of this assessment is to broaden each student’s understanding of the modulecontent using a case study and assessment toolsCase Study: Brian is an 84-year-old retired farmer in a rural area in Northern Territory. Hewas recently assessed following a minor motor vehicle accident

Read More »

Assessment name: Portfolio of planning cycle

Assessment name: Portfolio of planning cycleDue Date: Friday 13 June 11:59pmWeighting: 50%Length: 2000 wordsTask Description: This Portfolio is comprised of two tasks. You must submit your assessment as onedocument. Task 1: Anecdotal record and learning experienceAnecdotal recordView the video of pre-schoolers provided under the link “Video for Assessment 2” andcomplete

Read More »

NUR5327 Assessment 3 Assignment Help

Name NUR5327 Assessment 3 (Essay)Purpose The purpose of this assessment is to demonstrate your understanding of therolesof leadership and management in healthcare by identifying and analysinga change you have actively participated in, and how it relates to key topicssuch as interprofessional communication, evidence-based practice, and staffdevelopment.LearningOutcomes NUR5327 Assessment 3 Assignment

Read More »

Mathematics Investigation and Reflection Assignment Help

Submission: Mathematics Investigation and Reflection Assignment Help TurnitinFormat:Individual written document.Uses the current APA referencing style correctly.Length:2,000 wordsThreshold Detail:For this assessment task you must obtain at least 50% of the overall result (i.e. 25 points). If the total result for this unit is at least 50 points but you scored less

Read More »

FASS Research Proposal Template Assignment

FASS Research Proposal Template Word length2000 to 3000 wordsTitleUse a concise and descriptive title that accurately reflects the content of the proposal.Background context and significanceThis section should explain the background and context of the proposed research work,indicating the main contribution to knowledge you wish to make.Aims and objectivesInclude a clear

Read More »

Evidence to Inform Nursing Practice Assignment Help

Unit Code:   NURS12165 Unit Title:    Evidence to Inform Nursing Practice Assessment Three Type:                               Written Assessment Due date:                         Week 11: Wednesday, 28 May 2025 at 1600 (AEST) Extensions:                     Available as per policy Return date:                    Results for this assessment will be made available on Wednesday, 18 June 2025 Weighting:                       50% Length:                           

Read More »

NUR1120 | Burden of Disease and Health Equity

Assessment Item Task SheetCourse code andnameNUR1120 | Burden of Disease and Health Equity Assessment itemand nameAssessment Three | ReportDue date and time Week 11 | 22/04/2025 at 2359 hours AESTLength 1400 words (+/- 10% in each section) – includes in-text references, but not reference list.Marks out of:Weighting:80 Marks50%Assessed CourseLearning Outcomes(CLO)CLO1,

Read More »

PSY1040 Portfolio: Cultural Responsiveness & Self-Awareness

Course Code and NamePSY1040: An Introduction to Cultural Safety in PracticeAssessment Item Number and NameAssessment 2: PortfolioAssessment Item TypePortfolio PSY1040 Portfolio: Cultural Responsiveness & Self-AwarenessDue Date & TimeTuesday, 29 April 2025 (Week 12), 11:59pmLength2000 words – an average of 400 words per task.Marks and WeightingMarked out of: 100Weighting: 50%Assessed Course

Read More »

Innovative Digital App Development Report

OVERALL DESCRIPTION OF TYPE OF ASSIGNMENT Assessment 1- Type of Assignment Individual Written Report Details Individual Written Report 3,000 words (500 words of the Report is Contextualisation) Weighting of Assessment : 70% INDIVIDUAL MARK Learning outcomes assessed by Assessment: 1, 2, 3 and 4 – See Module Listings of Learning

Read More »

Tourism Trends and Investment Decisions: A Comparative Study

Assignment TaskYou are a strategist working for a major hospitality group based in Australia. The company is planninginternational expansion, and the board has asked you to compile a report to identify the most suitablelocation for the project. The board has shortlisted two international locations (which will be allocatedto you by

Read More »

EC502 Language and Literacy in the Early Years

EC502 Language and Literacy in the Early Years Unit Code/Description EC502 Language and Literacy in the Early Years Course/Subject Bachelor of Early Childhood Education Semester March 2025 Assessment Overview   Unit Learning Outcomes Addressed 1, 2, 3 Assessment Objective Assessment 1: Poster Including an Invigilated stage in Week 3. Due

Read More »

EC501 Early Childhood Learning and Development

Unit Code/Description EC501 Early Childhood Learning and Development Course/Subject Graduate Diploma in Education (early childhood) Semester S 1, 2025 Assessment Overview   Unit Learning Outcomes Addressed 1, 2, 3 Assessment Objective In this assessment, student are required to select one of the case studies provided and critically analyze the child’s

Read More »

JSB172: Professional Academic Skills

JSB172: Professional Academic SkillsAssessment: Workplace Report and Presentation Weight: 50%Due date: Friday 30th May 11:59pm Length: 1,750 words (+/- 10 %) / 5minutesPurpose/Learning Objectives:This assessment relates to Learning Outcomes 1, 2, 3, and 4: Task:Your task is to write a Workplace Report identifying how to address the topic/issue chosen or

Read More »

2015PSY Developmental Psychology Assignment

2015PSY Developmental Psychology Assignment 2025 2015PSY Developmental Psychology Assignment Assignment MaterialsAssignment Information Sheet & Marking Criteria.pdf (this document)Assignment Template.docx (template)Example Assignment.pdf (HD exemplar)Due Date: Friday 16 May, 11:59PM (Week 10)Weighting: Marked out of 100 (worth 30% of course grade)Word Count: 1,500 words maximum(inclusive of main text, headings, in-text citations; excluding

Read More »

Principles of Economics Federal Budget

Principles of Economics Short-answer Assignment V1 (20% of final mark) The assignment consists of four questions.  You should allocate at least half a page (or 250 words) to each answer or 1000 words for all four answers depending on the nature of and/or marks allocated for the question/s. You may

Read More »

LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHERVISAS)

Graduate Diploma in Migration Law LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHER VISAS) Assessment Task 2 – Semester 1, 2025 LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHERVISAS) Instructions: 1. Students must answer all questions as indicated. Make certain all answers are clearly labelled. 2. Make certain

Read More »

Construction Cadetships in the Australian Construction Industry

REPORT TOPICPrepare an Academic Report on the following:‘Construction Cadetships in the Australian Construction Industry’.The report should encompass the following: Your personal evaluation and critique of the key findings in your report including your evaluation of construction cadetships, yourfindings in relation to potential issues/problems with cadetships and your recommendations to improve

Read More »

Assessing Corporate Governance and its Significance

Assessing Corporate Governance and its Significance: A Case Study Analysis Overview: Accounting irregularities have cost investors millions of dollars and, most importantly, adversely impacted their confidence in the financial system. While there have been remarkable improvements in regulatory supervision, auditing framework and reporting transparency, young graduates must assess major corporate

Read More »

Master of Professional Accounting and Accounting Advanced

Assessment 2 – Business Case (CVP) AnalysisUnit Code/Description ACC901 Accounting for Managerial DecisionsCourse/Subject Master of Professional Accounting and Master of Professional Accounting AdvancedSemester S1 2025 Assessment Overview Unit Learning OutcomesAddressed1,2,3,4 and 5Assessment Objective The primary objective of this assessment is to assess the students’ ability to apply CVPanalysis and relevant

Read More »

Urban Design Theory Essay writing

Essays are a major form of assessment at university. Through essays, you develop your understanding of discipline-specific content, strengthen your critical thinking, and develop your ability to translate that thinking into a persuasive written form. This assignment assesses your understanding of the following Unit Learning Outcomes: 1) understand the historic

Read More »

Statutory Interpretation of Disability Discrimination in NSW Law

Foundations of Law 70102 – Assessment Task 3 – Autumn 2025Statutory Interpretation and Research ExerciseDue: Thursday 22 May 2025 by 23.59Length: 2000 words (excluding the headings Part A, Part B and Part C, footnotes andbibliography. Any additional headings that you decide to use will be included in the wordcount)Weighting: 40%Task

Read More »

Can't Find Your Assignment?