library(mosaic)
library(DT)
library(pander)
library(car)
library(tidyverse)
# Record your data from your own mini experiment in Excel.
# Save the data as a .csv file in the Data folder of the Statistics-Notebook.
# Read in the data
#someNameYouWant <- read_csv("../../Data/whatYouNamedYourDataGoesHere.csv")