Exercise - Complex Simulation

Simulate data that replicates a paper on the impacts of high temperature on agricultural yields.

Date

October 16, 2024

Instructions

Due date: Tuesday October 22nd, 7pm

Submission link (no email this time): https://forms.gle/eTr4ZdbZtiHYZ7ko7

Exercise: Follow the steps at the end of the document describing the simulation.

Submission type: please submit your .html document (not a .qmd document), generated with Quarto, implementing the analysis required and answering the questions listed in the document describing the simulation.

Warning

Make sure to include the following lines as an option to your document (at the very top of your .qmd document, between the two series of ---. Don’t forget to remove the pre-existing format: html line, if there is one). It will produce a self-contained html, ie, a nicely rendered html that stands alone:

format:
  html:
    embed-resources: true

The goal of this exercise is to implement a simulation replicating, to some degree, Burke and Emerick (2016). This exercise continues the previous exercise.