- Each week, you should create a new .Rmd AND R Notebook in this repository for your Homework Exercises (all homework documents in this repository).
- A .Rmd template document is available with the required elements
- title (same each time)
- subtitle (update to reflect chapters assigned)
- name (same each time)
- assigned exercises
- front matter (clean workspace & load all packages in use)
- 2nd level heading for each chapter
- 3rd level heading for each assigned problem
- Each assigned problem should be well-formatted with appropriate narrative and code chunks.
- you do NOT need to reproduce the entire question accompanying, but it SHOULD be clear from your solution which question you are answering
- if the book lists prompts in bullet points, than your solution should match
- if the book uses a numbered list (1., 2., 3., etc) than your solution should match
- if the book uses a lettered list (a., b., c., etc) than your solution should match
- Submit your complete
YourNameHwk1.nb.html
document to Canvas to be graded- Rmd generally may be submitted for partial credit if you are unable to render the R Notebook properly
- Your work in the GitHub Repo will be monitored and graded (See Canvas)
- You may not earn credit unless your work has been submitted to Canvas (unless instructed otherwise)