Lab: Project Analysis + written report

Nov 17 - 18, 2022

Goals

  • Work on project analysis and write up

Project timeline

  • Project meetings (optional): Nov 21 & 22
    • Click here to sign up by Sun, Nov 20 at 11:59pm. Only one meeting per team.
  • Round 1 submission (optional) due Nov 22 at 11:59pm
  • Written report due Fri, Dec 09 at 11:59pm
  • Video presentations during exam week

Tips for report

There is a 10-page limit on the final report.

  • All code, warnings, and messages must be suppressed in the final report. Add the following code to the YAML:
execute:
  echo: false
  warning: false
  message: false
  • Tell a cohesive and focused story. You won’t have room to give extensive details about everything you did in the analysis, so carefully consider where to put more/ less detail.

    • Use the appendix for additional graphs and text you want to share. The reader may not read the appendix, so the body of the report should still be comprehensive without the material in the appendix.

Tips for report

  • Use code chunk options to change the size of figures.

    • Don’t make them so small they become unreadable!
  • Use variable descriptions, notvariable names in the narrative.

See Project Tips + Resources for more tips.