1 Preliminaries

1.1 Setting Up RStudio

In order for us to be on the same page all throughout the discussion, set up RStudio as explained in the following video.

1.2 Installing the needed R packages

install.packages(c("tidyverse","ggpubr","rstatix","markdown","rmarkdown","tinytex"))