Due:

Submission: Submit on Sakai:

  1. eda.Rmd
  2. eda.html
  3. Any data files needed (can be a single file or multiple files)

Only one submission per team is sufficient. All team members will be able to view the feedback.


This task is comprised of five parts:

  1. Research question(s) - Include the research question you settled on.
  2. Dataset description - Include the dataset description you settled on.
  3. Dataset citation - Include the dataset citation you settled on.
  4. Dataset structure - Load the data and show the structure, str(), of your dataset.
  5. Exploratory data analysis - This is the section where you present new work.

Format

Write up

Download the R Markdown template, fill it out, and submit along with your data file(s).

download.file("http://stat.duke.edu/~mc301/ARTSCI101_Su16/assignments/project/eda/eda_template.Rmd", destfile = "eda.Rmd")


Dataset

Upload the dataset(s) you are using for your project. This might be the same dataset you uploaded previously, but we want you to upload it here again.

Tips

Keep your writing brief and to the point, and be as specific as possible.

Follow best practices for formatting your code, e.g. end lines in %>% or +, indent your code, use comments, etc.