2023-11-14
Grades for all homework assignments are now posted to Moodle
Keys (answers) for all homework assignments are also posted
Quarto is a system for generating reports from code
By using Quarto, we can ensure our results are reproducible and derived directly from the data (and code)
To avoid merge conflicts (incompatible changes to the same file made by different people) make a copy of the final report file for each team member to work on.
report-jn.Qmd
Share your work by pushing and pulling
When you are ready to submit the final report, one person should edit the final report file report.Qmd
Also submit the repo URL on Moodle as usual
The report (report.qmd
) is due 2023-11-20 11:59 PM
The presentation will be given in class on 2023-11-21
You can adjust the size of the figure with chunk options fig.height
and fig.width
(units in inches)
For example:
#| fig.height: 6
#| fig.width: 6
theme_gray()
should be fine for the final paper{{
< pagebreak >
}}