Homework submission guidelines
Homework Submission Guidelines
Please follow these guidelines when submitting your homework assignments:
- File Format: Submit your homework using R Quarto Notebooks. Submit in Canvas both the .qmd file and the .html file.
- File Naming: Name your files using the format “lastname_firstname_Stat652_Homework01.qmd” and “lastname_firstname_Stat674_Homework01.html”, replacing
lastnameandfirstnamewith your actual last and first names, and updating the homework number as appropriate. - YAML Header: Ensure that your .qmd file contains a proper YAML header at the top of the document.
- The YAML header in your .qmd file should include an appropriate title: in double quotes.
- The YAML header in your .qmd file should include your name as the author: in double quotes.
- The YAML header in your .qmd file should include in the format:
format:
html:
embed-resources: true
toc: true
Make sure that you use appropriate section headers (e.g., ## Exercise 1.4:) to organize your work. Each problem should be visible in the table of contents for your Quarto Notebook. And it should be clear where your written answers are in the Notebook.
Answer all questions in the space below the # headers. Each part of each question should be labeled with the part letter (e.g., a., b., c., etc.). You should include your Answer: and Code and Comments: for each part of each question.