Distribution

A template for this analysis can be found on RStudio Cloud.


Tasks

For this analysis, do the following:


Submission

You will work on your analysis in RStudio Cloud, render your R Markdown document to .html, export the entire RStudio project, then submit to Compass2g.

R Markdown Rendering

Before downloading your analysis from RStudio Cloud, knit your document one final time.

RStudio Cloud Export

Export your analysis as a .zip file. (See the gif below.) Name the file analysis-00-netID.zip where netID is your NetID.

  • In the bottom right pane, select “Files.”
  • Click the box to the left of “Cloud.”
  • Click “More.” (The gear icon.)
  • Click “Export.”
  • Type analysis-00-netID where netID is your NetID.
  • Click “Download.”
  • Follow the prompt and save your file locally.

Compass2g

Submit analysis-00-netID.zip (exported from RStudio Cloud) to the correct assignment on Compass2g. You are granted an unlimited number of submissions. Only your final submission will be graded.

  • If you submit a .zip file generated by RStudio Cloud, it is extremely unlikely that you will encounter any issues. Creating the .zip yourself will likely cause issues. If you are using OSX and Safari, you might need to change your Safari preferences to stop Safari from automatically unzipping the file creating by RStudio Cloud

Late Submission

All analyses are due at 11:59 PM on the assigned due date. (See above.)

  • Late analyses will be accepted up to 48 hours after the initial deadline.
    • Up to 24 hours late, the assignment will incur a 10 percent reduction.
    • Up to 48 hours late, the assignment will incur a 30 percent reduction.
    • No exceptions! Start early and make sure your environment is working correctly and you are able to produce a working document.

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.


R Style

In addition to correctness, your code will be graded based on its style. We don’t expect you to have a mature coding style, so we have a list of rules which must be followed.

Much of this is derived from the tidyverse style guide. If you follow the tidyverse guide, be aware of our use of ^ and =.


Grading

The analysis is worth a total of 10 points. Grading will be done in a 0 - 1 - 2 style in five categories:

The points will be awarded as follows:

Note: This analysis is the “Intro Data Analysis” listed in the syllabus. This assignment will buffer Data Analysis I as noted in the syllabus. (Data Analysis I might end up being called Analysis II. Essentially, this analysis will buffer the first non-practice analysis.)