--- title: "Homework submission guidelines" author: "Prof. Eric A. Suess" format: html: embed-resources: true toc: true --- ## Homework Submission Guidelines Please follow these guidelines when submitting your homework assignments: 1. **File Format**: Submit your homework using R Quarto Notebooks. Submit in Canvas both the .qmd file and the .html file. 2. **File Naming**: Name your files using the format "lastname_firstname_Stat652_Homework01.qmd" and "lastname_firstname_Stat674_Homework01.html", replacing `lastname` and `firstname` with your actual last and first names, and updating the homework number as appropriate. 3. **YAML Header**: Ensure that your .qmd file contains a proper YAML header at the top of the document. a. The YAML header in your .qmd file should include an appropriate title: in double quotes. b. The YAML header in your .qmd file should include your name as the author: in double quotes. c. The YAML header in your .qmd file should include in the format: ``` format: html: embed-resources: true toc: true ``` 4. 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.