-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomework.Rmd
20 lines (13 loc) · 940 Bytes
/
homework.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Homework"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
The homework for each week is listed with the [Computer Labs](comp_labs.html).
# Homework format
Please submit your homework as an Rmarkdown document (.Rmd), which will allow you to combine text, equations, and R code into a pdf or html file. The easiest way to do so is to use the built-in capabilities of RStudio. For those unfamiliar with Rmarkdown, there is a nice introduction [here](https://qerm514.github.io/website/comp_labs.html) on the first QERM 514 lab. There is also help available in RStudio. Please use the template below when submitting your homework. Email your file(s) to the instructor indicated for each week.
# Homework templates
[rmarkdown homework template](Labs/Homework Templates/rmarkdown_example.Rmd)
[screenshot of Rmd and resulting html](Labs/Homework Templates/Rmarkdown screenshot.jpg)