forked from UofTCoders/rcourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.Rmd
20 lines (16 loc) · 1004 Bytes
/
resources.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Resources and Additional Information"
---
## R Coding Style Guide
*All code submitted for grading* for the final assignment will need to conform to the coding style
guidelines as outline on [this Style Guide](http://style.tidyverse.org/index.html).
We will be discussing and highlighting how to automatically (or at least
consistently) use this style as we go through the lectures and labs. For the
first few assignments, you will not be required to follow these guidelines,
however we will make a note in your assignment for you to fix it next time. In
later assignments, part of the grade will come from adhering to the coding
styles.
## R Markdown Workflow
- [Predictive Ecology - Rmarkdown in a scientific workflow](http://predictiveecology.org/2016/10/21/Rmarkdown-science-workflow.html)
- [R for Data Science - R Markdown workflow](http://r4ds.had.co.nz/r-markdown-workflow.html)
- [Decision tree for choosing appropriate statistical tests](resources/Statistical-decision-tree.pdf)