# set working directory
setwd("~/Documents/git_projects/RforBiologists/")

What is R and why learn it?

R is programming language geared towards (but not exclusively for) statistics. However, it has evolved to be much more and as Biologists, there are many reasons to learn it:

source

What can I expect from this course?

Learning any language does not happen over night and there is generally a steep learning curve. The same is true for R. Moreover, practice makes perfect. The idea of this course is to introduce you to the basic workings of R, with a biologist's interests in mind. Specifically, we will cover some basic statics and data visualization. Some parts may feel overwhelming, but hopefully, you will see the power of R.

Course Outline

  1. The basics: Introducing R and RStudio
  2. Making your first R notebook with R markdown.
  3. Leaving excel behind: Manipulating data with the Tidyverse
  4. Data Visualization
  5. Basic Statistics
  6. Bring your own Data