Want to help out or contribute?

If you find any typos, errors, or places where the text may be improved, please let us know by providing feedback either in the feedback survey (given during class) or by using GitHub.

On GitHub open an issue or submit a pull request by clicking the " Edit this page" link at the side of this page.

1  Syllabus

Reproducibility and open scientific practices are increasingly demanded of scientists and researchers. Training on how to apply these practices in data analysis has not kept up with demand. With this course, we hope to begin meeting that demand. Using a very practical approach based mostly on code-along sessions (instructor and learner coding together), the course will:

  1. Explain what an open and reproducible data analysis workflow is, what it looks like, and why it is important.
  2. Explain and demonstrate why R is rapidly becoming the standard program of choice for doing modern data analysis in science.
  3. Demonstrate and apply collaborative tools and techniques when working in team settings (including working with your future self).
  4. Show and apply the fundamental tools and skills for conducting a reproducible and modern analysis for a research project.
  5. Show where to go to get help and to continue learning modern data analysis skills.

In this course, we’ll be addressing the following questions:

By the end of the course, participants will have a basic level of proficiency in using the R statistical computing language, enabling them to improve their data and code literacy, and to conduct a modern and reproducible data analysis. The course will place particular emphasis on research in diabetes and metabolism; it will be taught by instructors working in this field and it will use relevant examples where possible.

1.1 Is this course for you?

To help manage expectations and develop the material for this course, we make a few assumptions about who you are as a participant in the course:

  • You are a researcher, likely working in the biomedical or health field (ranging from experimental to epidemiology).
  • You currently or will soon do some quantitative data analysis.
  • You either:
    • know nothing or little about R (or computing in general);
    • haven’t used code-based programs for doing data analysis (e.g. have used SPSS);
    • have used coding programs before (e.g. used SAS or Stata), but not R;
    • or know how to use R, but haven’t used the tidyverse or RStudio.

While we have these assumptions to help focus the content of the course, if you have an interest in learning R but don’t fit any of the above assumptions, you are still welcome to attend the course! We welcome everyone, that is until the course capacity is reached.

In addition to the assumptions, we also have a fairly focused scope for teaching and expectations for learning. So this may also help you decide if this course is for you.

  • We do teach how to use R, starting from the very basics and targeted to beginners.
  • We do not teach statistics (these are already covered by most university curriculums).
  • We do teach from a team science, reproducible research, and open scientific perspective (i.e. by including a collaborative group project that uses a transparent and reproducible analysis workflow).
  • We do teach using practical, applied, and hands-on lessons and exercises, with a few short lectures that introduce a topic.