Final Project

Pick a dataset, any dataset…

…and do something with it. That is your final project in a nutshell.

Overview

The final project for this class will consist of analysis on a dataset of your choosing. You can choose the data based on your interests or based on work in other courses or research projects. The goal of this project is for you to demonstrate proficiency in the techniques we have covered in this class (and beyond, if you like) and apply them to a novel dataset in a meaningful way.

The goal is not to do an exhaustive data analysis i.e., do not calculate every statistic and procedure you have learned for every variable, but rather let me know that you are proficient at asking meaningful questions and answering them with results of data analysis, that you are proficient in using R, and that you are proficient at interpreting and presenting the results. Focus on methods that help you begin to answer your research questions. You do not have to apply every procedure we learned (and you can use techniques we haven’t officially covered in class, if you’re feeling adventurous). Also, critique your own methods and provide suggestions for improving your analysis. Issues pertaining to the reliability and validity of your data, and appropriateness of the statistical analysis should be discussed here.

The project is very open ended. You should create some kind of compelling visualizations of this data in R with an accompanying write-up. There is no limit on what tools or packages you may use, but you are required to work primarily in the tidyverse (vs base R).

You do not need to visualize all of the data at once. A single high quality visualization will receive a much higher grade than a large number of poor quality visualizations. Also pay attention to your presentation. Neatness, coherency, and clarity will count. All analyses must be done in RStudio, using R.

You may work alone or in teams of 2. We prefer that you work in teams.

Data

To have the greatest chance of success with this project you should select a manageable dataset. This means that the data should be readily accessible and large enough that multiple relationships can be explored. As such, your dataset must have at least 50 observations, ideally many more. Exceptions can be made but you must speak with me first. The dataset’s variables should include categorical variables, discrete numerical variables, and continuous numerical variables.

If you are using a dataset that comes in a format that we haven’t encountered in class, make sure that you are able to load it into R as this can be tricky depending on the source. If you are having trouble ask for help before it is too late.

Do not reuse datasets used in class.

Below are a list of data repositories that might be of interest to browse. You’re not limited to these resources, and in fact you’re encouraged to venture beyond them. But you might find something interesting there:

If the data are not publicly available, you must have the owner’s permission to use the data for this assignment. If your dataset includes protected health information or if you are otherwise unable to share it with us, you must use the synthpop package to create a synthetic dataset.

Deliverables

  1. Proposal - due March 8 if possible to get this off your plate before Spring Break, but will accept through March 15
  2. Presentation - due April 10
  3. Project files and write-up - due April 16

Proposal

This is a draft of the introduction section of your project as well as a data analysis plan and your dataset.

The grading scheme for the project proposal is as follows. Note that after you receive feedback for your proposal you can improve it based on the feedback and re-submit it. If you re-submit, your final score for the proposal will be the average of two scores you receive (first and second submission).

Total 10 pts
Data 3 pts
Proposal 5 pts
Workflow, organization, code quality 1 pt
Teamwork 1 pt

Presentation

5 minutes maximum, and each team member should say something substantial. You can either present live during your slot or pre-record and submit your video to be played during the workshop.

Prepare a slide deck using Quarto. There isn’t a limit to how many slides you can use, just a time limit (5 minutes total). If you work with a partner, each person should have a chance to speak during the presentation. Your presentation should not just be an account of everything you tried (“then we did this, then we did this, etc.”), instead it should convey what choices you made, and why, and what you found.

Before you finalize your presentation, make sure your chunks are turned off with echo = FALSE.

Presentations will take place during the last two sessions of the semester. You will watch presentations from other teams in your workshop and provide feedback in the form of peer evaluations. The presentation line-up will be generated randomly and posted on April 5.

The grading scheme for the presentation is as follows:

Total 50 pts
Time management: Did the team divide the time well amongst themselves or got cut off going over time? 4 pts
Content: Is the research question well designed and is the data being used relevant to the research question? 5 pts
Professionalism: How well did the team present? Does the presentation appear to be well practiced? Did everyone get a chance to say something meaningful about the project? 5 pts
Teamwork: Did the team present a unified story, or did it seem like independent pieces of work patched together? 6 pts
Content: Did the team use appropriate statistical procedures and interpretations of results accurately? 10 pts
Creativity and Critical Thought: Is the project carefully thought out? Are the limitations carefully considered? Does it appear that time and effort went into the planning and implementation of the project? 10 pts
Slides: Are the slides well organized, readable, not full of text, featuring figures with legible labels, legends, etc.? 10 pts

Executive summary

Along with your presentation slides, we want you to provide a summary of your project in the README of your directory/repository. This executive summary should provide information on the dataset you’re using, your research question(s), your methodology, and your findings. The executive summary is worth 15 points and will be evaluated based on whether it follows guidance and whether it’s concise but detailed enough.

Project Directory Structure

You may prepare a zip file of your project files or give us access to your Github repository (if you use one):

Style and format does count for this assignment, so please take the time to make sure everything looks good and your data and code are properly formatted. Your files must run without error. Remember, any local images you use must be included in your directory.

Tips

Marking

Total 100 pts
Proposal 10 pts
Presentation 50 pts
Executive summary 15 pts
Reproducibility and organization 10 pts
Team peer evaluation 10 pts
Classmates’ evaluation 5 pts

Criteria

Your project will be assessed on the following criteria:

A general breakdown of scoring is as follows:

Team peer evaluation

You will be asked to fill out a survey where you rate the contribution and teamwork of each team member out of 10 points. You will additionally report a contribution percentage for each team member. Filling out the survey is a prerequisite for getting credit on the team member evaluation. If you are suggesting that an individual did less than 20% of the work, please provide some explanation. If any individual gets an average peer score indicating that they did less than 10% of the work, this person will receive half the grade of the rest of the group.

Late work policy


Final project template modified from Data Science in a Box