Description of the repository and project
About this project
This repository is for milestone project 1 for STAT 545. There are three goals for this project:
- Collaborate on a project with partners using the git + GitHub workflow to do pull and push requests.
- Troubleshoot broken R code.
- Rewrite the code to address the instructions.
Files in the GitHub repository
- TEAMWORK.md: The teamwork contract includes three aspects: Division of Labour, Timing and Communication
- troubleshooting-1.Rmd: This document is for fixing errors in exercise 6 of the project
- README.md: This document provides context and how-to instructions for the project
- troubleshooting-2.Rmd: This document is for fixing errors in exercise 1 for Milestone 2 of the project
How to run the code in this repository
In this project, we have two types of files: Rmd file and md file.
The Rmd file includes markdown (content with simple text formatting) and R code chunks. When we click 'knit' in Rstudio, it will execute all of the R code chunks and create a new markdown (. md) document which includes the R code and its output.