Processing math: 100%

Essential Statistics with R

Ensure you have the following packages installed:

# Only need to do this once
install.packages("dplyr")
install.packages("readr")
install.packages("ggplot2")

Load the packages. Ask for help if any of these fail with an error.

# Do this in each new session
library(dplyr)
library(readr)
library(ggplot2)


slide 1/11
* help? Contents bioconnector.org | Essential Statistics with R

Space, Right Arrow or swipe left to move to next slide, click help below for more details