Each homework will be distributed as hw00.zip
, which contains:
hw00-assign.Rmd
, the file used to create the homework document. May be used as a template for your assignment.hw00-assign.html
, the homework rendered as an html file.hw00-assign.pdf
, the homework rendered as a pdf file.00
will be replaced by the current two-digit homework number.
Homework must be submitted online via Compass 2g. You must submit a single file, hw00-netID.zip
, which contains:
hw00-netID.Rmd
hw00-netID.html
or hw00-netID.pdf
hw00-netID.html
or hw00-netID.pdf
from hw00_netID.Rmd
Here netID
is your NetID and 00
is the current two-digit homework number.
For example, on Homework 7, your instructor, who has a NetID of dalpiaz2
, would submit hw07-dalpiaz2.zip
which contains:
hw07-dalpiaz2.Rmd
hw07-dalpiaz2.html
hw07-dalpiaz2.html
from hw07-dalpiaz2.Rmd
You are granted an unlimited number of submissions. Only your final submission will be graded.
All homework is due at 11:59 PM on the assigned due date.
If you submit multiple attempts, the final attempt will be graded. If your first submission is on time, but your final submission is late, you will incur the late submission penalty.
Students are encouraged to work together and discuss homework assignments. However, sharing, copying, or providing any part of a homework solution or code is an infraction of the University’s rules on academic integrity. Any violation will be punished as severely as possible.
Each homework will be a variable number of points, however each homework will have equal weight towards your final grade. Grades will be based on both accuracy and presentation of information. In gerenal, you should make your document as easy to read for the TA as possible.
.Rmd
file must be written such that, when stored in a folder with any data you are asked to import, it will knit properly without modification. If your .zip
file is organized properly, this should not be an issue. That is, you should use relative references to external files..html
or .pdf
file will be considered a “report” which is the material that will determine the majority of your grade. Be sure to visibly include all R
code and output that is relevant to answering the exercises. (You do not need to include irrelevant code you tried that resulted in error or did not answer the question correctly.)