Skip to content

Latest commit

 

History

History
67 lines (61 loc) · 7.95 KB

hw01_compileNotebook.md

File metadata and controls

67 lines (61 loc) · 7.95 KB

Go back to STAT545A home

Homework #1

See instructions on how to submit homework here

Write an R script, compile an HTML notebook, publish, and share the link

  • Write a short R script. You can use the toyline.R script we've already written or a similar small self-contained exercise, i.e. generate any data needed in the script itself. If you repurpose toyline.R, don't forget to rename it.
  • Compile into an HTML report, using the "Compile notebook" feature of RStudio (easiest!) or by direct usage of the stitch() function from the knitr package. Follow the naming convention.
  • Check that the HTML report would fit on 1 printed page. If longer, go back and make your script shorter. Content is not that important.
  • Publish the HTML report on the web somewhere, such as on RPubs. Make the slug follow the naming convention.
  • Publish the R script as a Gist. See instructions for help. Follow the naming convention.
  • Add or edit a line in the Markdown file that generates this page with links to your two published items. See instructions for help.
  • DUE: As soon as possible.

Please add links to your Homework #1 in this bulleted list. Find the placeholder created for you and edit that line only, if at all possible.